mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
stop the bounce effect when scrolling on OS X
This commit is contained in:
parent
b33999ec1c
commit
735cd04020
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
|||
@light-gray: #949494;
|
||||
|
||||
// the following two blocks avoid the bounce effect on OS X when scrolling
|
||||
html {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
|
|
Loading…
Reference in a new issue