Skip to content

Commit f0dd8b5

Browse files
committed
chore: Hide inactive bottom drawer
1 parent 9835dd4 commit f0dd8b5

File tree

1 file changed

+4
-0
lines changed
  • src/app-layout/visual-refresh-toolbar/drawer

1 file changed

+4
-0
lines changed

src/app-layout/visual-refresh-toolbar/drawer/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ $ai-drawer-heider-height: 41px;
417417
inline-size: 100%;
418418
block-size: var(#{custom-props.$bottomDrawerSize});
419419

420+
&.drawer-hidden {
421+
display: none;
422+
}
423+
420424
> .global-drawer-wrapper {
421425
display: block;
422426

0 commit comments

Comments
 (0)