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 4ee5663 commit ccb9c75Copy full SHA for ccb9c75
1 file changed
src/components/BootstrapBlazor.DockView/wwwroot/css/dockview-bb.css
@@ -222,9 +222,10 @@
222
justify-content: flex-start;
223
flex-direction: column;
224
}
225
-.bb-dockview .bb-dockview-aside:empty {
226
- width: 0;
227
-}
+
+ .bb-dockview .bb-dockview-aside:empty {
+ width: 0;
228
+ }
229
230
.bb-dockview .bb-dockview-aside-left {
231
left: 0;
@@ -293,6 +294,7 @@
293
294
.bb-dockview .bb-overflowHidden {
295
overflow: hidden;
296
297
298
.bb-dockview .dv-render-overlay-float {
- z-index: -1!important;
299
+ z-index: -1 !important;
300
0 commit comments