893c487add
remove overflow hidden from button
8 lines
102 B
SCSS
8 lines
102 B
SCSS
@import "../css/theme";
|
|
|
|
.excalidraw {
|
|
.excalidraw-button {
|
|
@include outlineButtonStyles;
|
|
}
|
|
}
|