19 lines
203 B
SCSS
19 lines
203 B
SCSS
|
html {
|
||
|
overflow-y: scroll;
|
||
|
|
||
|
&.touch .tooltip { display: none !important; }
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
padding-top: 0;
|
||
|
z-index: 5;
|
||
|
}
|
||
|
|
||
|
.container .content {
|
||
|
margin: 0 0;
|
||
|
}
|