diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 22:46:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 22:46:08 +0200 |
commit | 18cd80426b29d206caca4a0fff7855cfdaec58fa (patch) | |
tree | 96f3335e6c352df4486dc37c4252f4db78d392bb /core/css/styles.css | |
parent | e1e4fde697f3c816a7221a71da4b45758e6043fc (diff) | |
download | nextcloud-server-18cd80426b29d206caca4a0fff7855cfdaec58fa.tar.gz nextcloud-server-18cd80426b29d206caca4a0fff7855cfdaec58fa.zip |
fix animation of sidebar and prevent horizontal scrollbar, fix #9284
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index bfa15eb7e50..ab4c727c744 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -297,6 +297,7 @@ input[type="submit"].enabled { position: absolute; height: 100%; width: 100%; + overflow-x: hidden; /* prevent horizontal scrollbar */ padding-top: 45px; -moz-box-sizing:border-box; box-sizing:border-box; |