浏览代码

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;
   }
 }