소스 검색

fix: remove overflow hidden from button (#6110)

remove overflow hidden from button
Aakansha Doshi 2 년 전
부모
커밋
893c487add
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/Button.scss

+ 0 - 1
src/components/Button.scss

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