diff client/src/App.vue @ 161:b7ac2e4f9c5c

feat: collapsible sidebar According to UI prototypes collabsible sidebar implemented.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Jul 2018 16:52:39 +0200
parents 7ba0a77fd679
children 924490b3395b
line wrap: on
line diff
--- a/client/src/App.vue	Wed Jul 04 17:21:10 2018 +0200
+++ b/client/src/App.vue	Thu Jul 05 16:52:39 2018 +0200
@@ -5,7 +5,11 @@
 </template>
 
 <style lang="scss">
+html {
+  height: 100%;
+}
 body {
+  min-height: 100%;
   background-color: #efefef !important;
 }