Skip to content

Commit

Permalink
I just remembered why i did this
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Aug 6, 2024
1 parent f843f75 commit 3d87a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/styles/components/ImageButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ $bg-map: colors.$bg-map !default;
&.buttonsAltContainer {
overflow: visible;
flex-direction: column;
pointer-events: none;
top: 1px;
bottom: inherit !important;
}
Expand Down Expand Up @@ -232,7 +233,7 @@ $bg-map: colors.$bg-map !default;

&.buttonsAltContainer {
overflow: hidden;
flex-direction: column;
pointer-events: auto;
top: inherit;
}

Expand Down

0 comments on commit 3d87a82

Please sign in to comment.