diff client/src/components/Sidebar.vue @ 551:89bc8111563a

refac: Layout adjustments
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 Aug 2018 14:12:00 +0200
parents 06907c875077
children fa4f623e3ca6
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Fri Aug 31 12:11:38 2018 +0200
+++ b/client/src/components/Sidebar.vue	Fri Aug 31 14:12:00 2018 +0200
@@ -91,7 +91,7 @@
   margin-top: $topbarheight;
   background-color: #ffffff;
   padding-top: $large-offset;
-  height: 95vh;
+  height: 100vh-$topbarheight;
 }
 
 .overlay {