Browse Source

fix: remove overflow hidden from button (#6110)

remove overflow hidden from button
Aakansha Doshi 2 years ago
parent
commit
893c487add
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Button.scss

+ 0 - 1
src/components/Button.scss

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