1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-10 18:02:51 +00:00

fixed scrolling issue

This commit is contained in:
2016-09-01 20:19:55 +00:00
parent f8c89b4486
commit 00d50fea7a

View File

@@ -3,17 +3,18 @@ $linkColor: #3598db;
$backgroundColor: #FFFFFF;
html {
font-family: 'Roboto Slab', serif;
max-width: 100%;
overflow-x: hidden;
overflow-y: scroll;
overflow: auto;
@media (max-width: 768px) {
overflow-x: hidden;
}
}
body {
overflow: hidden;
background-color: $backgroundColor;
max-width: 100%;
overflow-x: hidden;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
font-weight: 300;
}