We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca8c2b commit 2c91c10Copy full SHA for 2c91c10
src/components/sidebar/Sidebar.js
@@ -34,7 +34,7 @@ export default {
34
return this.height
35
}
36
37
- return this.fixed ? '100vh' : 'auto'
+ return this.fixed || this.drawer ? '100vh' : 'auto'
38
},
39
40
classes () {
0 commit comments