Pārlūkot izejas kodu

fix: remove overflow hidden from button (#6110)

remove overflow hidden from button
Aakansha Doshi 2 gadi atpakaļ
vecāks
revīzija
893c487add
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/components/Button.scss

+ 0 - 1
src/components/Button.scss

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