diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-18 15:29:31 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-23 15:03:31 +0200 |
| commit | f00e534ef28991da44de10e2f4bab14f7257584a (patch) | |
| tree | fa3152ccc26dcda673a021c5aa2f16dc20c350d4 /res/client/css | |
| parent | b8a61b8b2ccbfc415835a4c92e63c5ef6dd62cd6 (diff) | |
style: hide scrollbars
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/partials/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/partials/base.scss b/res/client/css/partials/base.scss index 7edebc53..9d816d57 100644 --- a/res/client/css/partials/base.scss +++ b/res/client/css/partials/base.scss @@ -7,7 +7,7 @@ html, body { height: 100%; font-family: $base-font-family; - overflow-y: hidden; + overflow: hidden; /* hide horizontal & vertical scrollbars */ } body { |
