Skip to content

Commit eb9d09e

Browse files
author
shadow-light
committed
app: fix panel height
1 parent 87a62cd commit eb9d09e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/comp/nav/NavPanel.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ import {state} from '@/services/state'
2525
2626
.panel
2727
background-color: rgb(var(--v-theme-surface))
28+
display: flex
29+
flex-direction: column
30+
height: 100%
2831
2932
.scrollable
3033
overflow-y: auto

0 commit comments

Comments
 (0)