comparison client/src/components/Sidebar.vue @ 1757:0e2c35f95c85

remove max-height(?) for sidebar
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 10 Jan 2019 17:01:19 +0100
parents 68bd990dd8e5
children e70b7b8e7b74
comparison
equal deleted inserted replaced
1756:295c82c5bc3e 1757:0e2c35f95c85
268 max-height: $icon-height; 268 max-height: $icon-height;
269 max-width: $icon-width; 269 max-width: $icon-width;
270 } 270 }
271 271
272 .sidebarextended { 272 .sidebarextended {
273 max-height: 35rem;
274 max-width: $sidebar-width; 273 max-width: $sidebar-width;
275 min-width: $sidebar-width; 274 min-width: $sidebar-width;
276 } 275 }
277 </style> 276 </style>