Skip to content

Commit

Permalink
Update CardSidebar.vue
Browse files Browse the repository at this point in the history
Fixes #6428 by simply hiding the second button underneath via an overlay.

Signed-off-by: Philip <65334274+pschopen@users.noreply.github.com>
  • Loading branch information
pschopen authored Nov 11, 2024
1 parent bc746fe commit 5caefbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/card/CardSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ section.app-sidebar__tab--active {
.modal__card .app-sidebar {
$modal-padding: 14px;
border: 0;
min-width: calc(100% - #{$modal-padding * 2});
min-width: 100%;
position: relative;
top: 0;
left: 0;
right: 0;
max-width: calc(100% - #{$modal-padding * 2});
max-width: 100%;
min-height: calc(100vh - var(--header-height) * 4);
padding: 0 14px;
height: 97%;
Expand Down

0 comments on commit 5caefbd

Please sign in to comment.