diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-28 14:05:46 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-28 14:05:46 +0100 |
commit | b2b9abfa33f75f779e62f8f2554e2159b3bca90d (patch) | |
tree | 66220f0870af86cda1fd147424813d482355d5eb /core/css/styles.css | |
parent | 7ac240f6f20688fc6d944c743986c389412dd1b7 (diff) | |
download | nextcloud-server-b2b9abfa33f75f779e62f8f2554e2159b3bca90d.tar.gz nextcloud-server-b2b9abfa33f75f779e62f8f2554e2159b3bca90d.zip |
move more sizing logic to css
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 14bb75de879..5a5432cbf16 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: calc(100% + 20px); /** overflow under the button row */ + height: 100%; /** overflow under the button row */ width: 100%; padding-bottom: 55px; } |