Skip to content

Commit

Permalink
fix: dbx mapbox drawer style fix
Browse files Browse the repository at this point in the history
- fixed issue where the button on the left could appear when drawer content did not exist
  • Loading branch information
dereekb committed Aug 24, 2022
1 parent 8e310a7 commit 54fa8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dbx-web/mapbox/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './mapbox.module';
export * from './mapbox.layout.component';
export * from './mapbox.layout.drawer.component';
export * from './mapbox.menu.component';
export * from './mapbox.service';
export * from './mapbox.store.map.directive';
export * from './mapbox.store';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $dbx-mapbox-layout-drawer-has-content-button-width: $dbx-mapbox-layout-drawer-bu
top: 40%;
border: none;
display: flex;
overflow: hidden;

.left-drawer & {
left: 0;
Expand Down

0 comments on commit 54fa8f2

Please sign in to comment.