mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 16:46:22 +08:00
fix(editor): edgeless toolbar basket not visible in firefox (#10232)
This commit is contained in:
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user