diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 3ba617cb7a0..20c94fcc4ae 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -774,7 +774,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin box-sizing: border-box; display: inline-block; overflow-y: auto; - height: 321px; + height: 100%; /** overflow under the button row */ width: 100%; padding-bottom: 55px; } |