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 ec1e439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 @@ -233,6 +234,7 @@ $bg-map: colors.$bg-map !default;
&.buttonsAltContainer {
overflow: hidden;
flex-direction: column;
pointer-events: auto;
top: inherit;
}

Expand Down

0 comments on commit ec1e439

Please sign in to comment.