fix(editor): edgeless toolbar basket not visible in firefox (#10232)

This commit is contained in:
CatsJuice
2025-02-18 04:52:52 +00:00
parent c3e924d4cb
commit f6a86c10fe
@@ -90,6 +90,11 @@ export class EdgelessMindmapToolButton extends EdgelessToolbarToolMixin(
.glass.enabled {
backdrop-filter: blur(2px);
}
@-moz-document url-prefix() {
.glass.enabled {
backdrop-filter: none;
}
}
.basket {
z-index: 3;