Skip to content

Commit 2c91c10

Browse files
committed
added drawer to computedHeight conditional
1 parent 0ca8c2b commit 2c91c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
return this.height
3535
}
3636

37-
return this.fixed ? '100vh' : 'auto'
37+
return this.fixed || this.drawer ? '100vh' : 'auto'
3838
},
3939

4040
classes () {

0 commit comments

Comments
 (0)