changeset 1757:0e2c35f95c85

remove max-height(?) for sidebar
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 10 Jan 2019 17:01:19 +0100
parents 295c82c5bc3e
children 5b440fcae1a3
files client/src/components/Sidebar.vue
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Thu Jan 10 16:56:39 2019 +0100
+++ b/client/src/components/Sidebar.vue	Thu Jan 10 17:01:19 2019 +0100
@@ -270,7 +270,6 @@
 }
 
 .sidebarextended {
-  max-height: 35rem;
   max-width: $sidebar-width;
   min-width: $sidebar-width;
 }