mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 12:50:59 +00:00
Make the sidebar in settings fixed
This commit is contained in:
@@ -3791,6 +3791,7 @@ fieldset[name=number-code] {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.settings-sidebar {
|
||||
@@ -3798,10 +3799,13 @@ fieldset[name=number-code] {
|
||||
background-color: #f9f9f9;
|
||||
border-right: 1px solid #e0e0e0;
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
margin-top: 1px;
|
||||
height: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
||||
.settings-sidebar-title {
|
||||
margin-bottom: 20px;
|
||||
font-weight: bold;
|
||||
@@ -3834,8 +3838,12 @@ fieldset[name=number-code] {
|
||||
.settings-content-container {
|
||||
flex: 1;
|
||||
padding: 20px 30px;
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
margin-left: 240px;
|
||||
}
|
||||
|
||||
.device-phone .settings-content-container {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.settings-content {
|
||||
|
||||
Reference in New Issue
Block a user