diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-06 16:12:46 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 12:17:36 +0200 |
commit | 717aec2bd7a7061bab53d306c49a49459886f100 (patch) | |
tree | 4d51061440549380354209bb4c0a2b9f55c0758c /tpl/default | |
parent | 66195f0657d2c3b57ecfbf88107d3ee1cc31a790 (diff) | |
download | Shaarli-717aec2bd7a7061bab53d306c49a49459886f100.tar.gz Shaarli-717aec2bd7a7061bab53d306c49a49459886f100.tar.zst Shaarli-717aec2bd7a7061bab53d306c49a49459886f100.zip |
Mobile menu: chrome bugfix
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/css/shaarli.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 19bdc45c..c9229c3c 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css | |||
@@ -101,6 +101,11 @@ pre { | |||
101 | z-index: 999; | 101 | z-index: 999; |
102 | } | 102 | } |
103 | 103 | ||
104 | /* Chrome bugfix: with 100% height, it only displays the first element. */ | ||
105 | .pure-menu-item { | ||
106 | height: inherit; | ||
107 | } | ||
108 | |||
104 | .shaarli-menu.open { | 109 | .shaarli-menu.open { |
105 | max-height: 500px; | 110 | max-height: 500px; |
106 | transition: max-height 0.75s; | 111 | transition: max-height 0.75s; |