Some post merge fixes.

This commit is contained in:
barnabasmolnar 2023-07-21 16:40:42 +02:00
parent c9df3e143b
commit 6d21d7cab1
4 changed files with 184 additions and 109 deletions

View file

@ -1,8 +1,8 @@
@import "../../css/variables.module";
.excalidraw {
[data-radix-popper-content-wrapper] {
z-index: 1 !important;
[data-dropdown-menu-trigger] + [data-radix-popper-content-wrapper] {
z-index: 2 !important;
}
.dropdown-menu {
@ -29,6 +29,7 @@
&--mobile {
.dropdown-menu-container {
grid-template-columns: minmax(0, 1fr);
padding: 8px 8px;
box-sizing: border-box;
background-color: var(--island-bg-color);