1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 12:58:34 +00:00

fix: exdraw sidebar unresponsive (#8011)

This commit is contained in:
zhichaona
2025-07-08 16:13:56 +08:00
committed by GitHub
parent fc806592fb
commit 4adee3ef87

View File

@@ -21,3 +21,10 @@
filter: none;
--bs-popover-border-color: transparent;
}
.excalidraw .dropdown-menu {
display: block;
border: unset;
--bs-dropdown-border-radius: 10px;
--bs-dropdown-padding-x: auto;
}