Skip to content

Commit 88e1a75

Browse files
committed
Fix: sidebar's height (fixes #3)
1 parent cb94269 commit 88e1a75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,16 @@ a:hover {
174174
border-bottom: 1px solid #4CAF50;
175175
font-weight: bold;
176176
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
177-
z-index: 1;
178177
}
179178
180179
.app__body {
181180
display: flex;
182-
height: 100%;
183181
flex-grow: 1;
182+
min-height: 0;
184183
}
185184
186185
.app__sidebar {
187186
width: calc(25% - 1px);
188-
height: 100%;
189187
border-right: 1px solid #CCC;
190188
}
191189

0 commit comments

Comments
 (0)