mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
* Make context menu scrollable * Fix color picker not showing up * Fix overflow cuts shadow * style fixes * fix Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
7 lines
98 B
SCSS
7 lines
98 B
SCSS
.excalidraw {
|
|
.popover {
|
|
position: absolute;
|
|
z-index: 10;
|
|
padding: 5px 0 5px;
|
|
}
|
|
}
|