Skip to content
Snippets Groups Projects
Commit 8171fe37 authored by danieldeng2's avatar danieldeng2
Browse files

Always shows scroll bar

parent 499fdcac
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ body {
font-family: "IBM Plex Sans", sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
code {
......
......@@ -47,7 +47,7 @@ const ModuleResources: React.FC = () => {
styles.quickAccessRow
)}
>
{[...Array(6)].map((e, i) => (
{[...Array(4)].map((e, i) => (
<Col
xs={7}
sm={7}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment