# HG changeset patch # User Thomas Junk # Date 1547136079 -3600 # Node ID 0e2c35f95c85cface2cc6299bdc345f13883a68f # Parent 295c82c5bc3e4f79c58f1695b2e84aacde83ce6d remove max-height(?) for sidebar diff -r 295c82c5bc3e -r 0e2c35f95c85 client/src/components/Sidebar.vue --- 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; }