HyeonJun Jeon

[Style] Fix scrollbar

...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 .Grid { 36 .Grid {
37 display: grid; 37 display: grid;
38 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 38 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
39 - overflow-y: auto; 39 + overflow-y: scroll;
40 height: calc(100vh - 115px); 40 height: calc(100vh - 115px);
41 border: solid thin gray; 41 border: solid thin gray;
42 } 42 }
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 35
36 .Row { 36 .Row {
37 display: flex; 37 display: flex;
38 - overflow-y: auto; 38 + overflow-y: scroll;
39 height: calc(100vh - 115px); 39 height: calc(100vh - 115px);
40 border: solid thin gray; 40 border: solid thin gray;
41 } 41 }
......