1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00
keeweb/app/styles/base/_body.scss
2019-08-16 23:05:39 +02:00

21 lines
336 B
SCSS

html {
@include size(100%);
overflow: hidden;
position: fixed;
}
body {
overflow: hidden;
cursor: default;
position: fixed;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
}
noscript {
display: block;
margin-top: 10%;
text-align: center;
font-size: 16px;
}