Browse Source

fix: remove overflow hidden from button (#6110)

remove overflow hidden from button
Aakansha Doshi 2 năm trước cách đây
mục cha
commit
893c487add
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/Button.scss

+ 0 - 1
src/components/Button.scss

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