mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
fixed scrolling issue
This commit is contained in:
@@ -3,17 +3,18 @@ $linkColor: #3598db;
|
|||||||
$backgroundColor: #FFFFFF;
|
$backgroundColor: #FFFFFF;
|
||||||
html {
|
html {
|
||||||
font-family: 'Roboto Slab', serif;
|
font-family: 'Roboto Slab', serif;
|
||||||
max-width: 100%;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: scroll;
|
@media (max-width: 768px) {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
overflow: hidden;
|
||||||
background-color: $backgroundColor;
|
background-color: $backgroundColor;
|
||||||
max-width: 100%;
|
|
||||||
overflow-x: hidden;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user