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 8b64838 commit e1f9ee9Copy full SHA for e1f9ee9
src/components/sidebar/CSidebar.vue
@@ -99,7 +99,7 @@ export default {
99
{
100
'c-sidebar-show': this.open === true,
101
[`c-sidebar-${this.breakpoint}-show`]: haveResponsiveClass,
102
- 'c-sidebar-fixed': this.fixed,
+ 'c-sidebar-fixed': this.fixed && !this.overlaid,
103
'c-sidebar-right': this.aside,
104
'c-sidebar-minimized': this.minimize && !this.unfoldable,
105
'c-sidebar-unfoldable': this.minimize && this.unfoldable,
0 commit comments