diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-22 00:11:18 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-22 00:11:18 +0200 |
commit | 4055e9f0bc9a0b6a79a641b52b352bd2f961cc63 (patch) | |
tree | 640c2bcc15ca92c4369952ccbc91587e5c832cc3 | |
parent | 864e76566cffab3843a7f78518aa4dbaa0972e79 (diff) | |
download | wcms-4055e9f0bc9a0b6a79a641b52b352bd2f961cc63.tar.gz wcms-4055e9f0bc9a0b6a79a641b52b352bd2f961cc63.zip |
fix css refactoring error
-rw-r--r-- | assets/css/edit.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index 7b881df..e2c1611 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -115,8 +115,8 @@ body { background-color: #dc8ad2; left: 0px; width: 100%; - height: 100%; - visibility: hidden; + height: calc(100% - 30px); + visibility: hidden; } .checkboxtab |