comparison 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
comparison
equal deleted inserted replaced
550:06907c875077 551:89bc8111563a
89 89
90 .sidebar { 90 .sidebar {
91 margin-top: $topbarheight; 91 margin-top: $topbarheight;
92 background-color: #ffffff; 92 background-color: #ffffff;
93 padding-top: $large-offset; 93 padding-top: $large-offset;
94 height: 95vh; 94 height: 100vh-$topbarheight;
95 } 95 }
96 96
97 .overlay { 97 .overlay {
98 position: absolute; 98 position: absolute;
99 z-index: 1; 99 z-index: 1;