Browse Source

scrollbar fix

pull/3/head
Julian Ćwirko 10 years ago
parent
commit
711a37d63b
  1. 3
      assets/css/style.css
  2. 1
      assets/scss/style.scss

3
assets/css/style.css

@ -6509,7 +6509,8 @@ th.hide-for-touch {
th.show-for-print {
display: table-cell !important; } }
html {
height: auto; }
height: auto;
overflow: hidden; }
body {
position: relative;

1
assets/scss/style.scss

@ -52,6 +52,7 @@
html {
height: auto;
overflow: hidden; //only if nicescroll plugin is in use (default enabled)
}
body {
position: relative;

Loading…
Cancel
Save