fix: remove overflow hidden from button (#6110)

remove overflow hidden from button
pull/6112/head
Aakansha Doshi 2 years ago committed by GitHub
parent 99fdffdab7
commit 893c487add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,5 @@
.excalidraw { .excalidraw {
.excalidraw-button { .excalidraw-button {
@include outlineButtonStyles; @include outlineButtonStyles;
overflow: hidden;
} }
} }

Loading…
Cancel
Save