Skip to content
Snippets Groups Projects
Commit 62137602 authored by Chris Lawton's avatar Chris Lawton
Browse files

where possible, make scrollbars appear as an overlay so it doesn't affect the width of the content

parent 94b3c010
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ html {
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@supports(overflow-y: overlay) {
overflow-y: overlay;
}
}
body {
......
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