From 893c487addd6618e4af57af84dc0301ffbbd3d58 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Fri, 13 Jan 2023 15:44:33 +0530 Subject: [PATCH] fix: remove overflow hidden from button (#6110) remove overflow hidden from button --- src/components/Button.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Button.scss b/src/components/Button.scss index 1ad22cb8..9abcf59d 100644 --- a/src/components/Button.scss +++ b/src/components/Button.scss @@ -3,6 +3,5 @@ .excalidraw { .excalidraw-button { @include outlineButtonStyles; - overflow: hidden; } }