Skip to content

Commit 10ee924

Browse files
committed
feat: enhance responsive design for settings content layout
1 parent 4761815 commit 10ee924

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Layout/SettingsContentLayout/settingsContentLayout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,13 @@
9999
@media only screen and (max-width: 768px) {
100100
.settingsContent {
101101
padding: 16px;
102+
min-height: 100vh;
103+
height: 100vh;
102104
}
103105
.settingsBody {
104106
max-width: 100%;
105107
padding: 0;
108+
flex: 1 1 auto;
109+
min-height: 0;
106110
}
107111
}

0 commit comments

Comments
 (0)