diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-25 20:49:50 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-25 20:54:08 +0100 |
commit | f4d79485d72354c4f0c88d5291c04ad1cbc0de0c (patch) | |
tree | 4222384455816b23c50c0df9fc97487c6ffa6a6f /core/css/styles.css | |
parent | 47646794b9426f40c12719d78c5a92a71570b4b2 (diff) | |
download | nextcloud-server-f4d79485d72354c4f0c88d5291c04ad1cbc0de0c.tar.gz nextcloud-server-f4d79485d72354c4f0c88d5291c04ad1cbc0de0c.zip |
fix styling of filepicker dialog
Signed-off-by: Robin Appelman <robin@icewind.nl>
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 21583d6198c..14bb75de879 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -773,7 +773,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: calc(100% + 20px); /** overflow under the button row */ width: 100%; padding-bottom: 55px; } |