Skip to content

Commit 4957c58

Browse files
authored
Fix: Hide global scroll in layout (#1521)
Remove global scrollbar from layout to improve UI appearance.
1 parent e15b4fb commit 4957c58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ body {
1313
height: 100%;
1414
background-color: var(--page-bg-2);
1515
min-width: 1024px;
16+
overflow: hidden;
1617
}
1718

1819
.page-bg-2 {
@@ -228,11 +229,11 @@ body {
228229
height: 100vh;
229230
}
230231

231-
.mar-bottom-12{
232+
.mar-bottom-12 {
232233
margin-bottom: 12px;
233234
}
234235

235-
.mar-0{
236+
.mar-0 {
236237
margin: 0;
237238
}
238239

0 commit comments

Comments
 (0)