958ebeae61
* 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>
8 lines
98 B
SCSS
8 lines
98 B
SCSS
.excalidraw {
|
|
.popover {
|
|
position: absolute;
|
|
z-index: 10;
|
|
padding: 5px 0 5px;
|
|
}
|
|
}
|