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

Persistant scrollbar so no change in view width

parent eb560e2e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ body { ...@@ -5,7 +5,8 @@ body {
margin: 0; margin: 0;
font-family: "IBM Plex Sans", sans-serif !important; font-family: "IBM Plex Sans", sans-serif !important;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
overflow-y: scroll;
} }
code { code {
......
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