Skip to content

Commit 18c7915

Browse files
author
Abdullah Khalid
committed
forgot index.css in the last commit
1 parent e36f995 commit 18c7915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gs/frontend/mcc/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
border-color: var(--border);
1010
}
1111
body {
12-
overflow: hidden;
12+
overflow-y: auto;
1313
display: flex;
1414
background-color: var(--background);
1515
font-family: var(--font-default);
@@ -20,7 +20,7 @@
2020
height: 100%;
2121
width: 100%;
2222
margin: 10px;
23-
overflow: hidden;
23+
overflow: visible;
2424
}
2525
}
2626

0 commit comments

Comments
 (0)