We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6a350 commit e4ea692Copy full SHA for e4ea692
src/content-tags-drawer/ContentTagsDrawer.scss
@@ -37,3 +37,9 @@
37
min-height: 100vh;
38
}
39
40
+
41
+// Fix a bug with a toast on edit tags sheet component: can't click on close toast button
42
+// https://github.com/openedx/frontend-app-authoring/issues/1898
43
+#toast-root[data-focus-on-hidden] {
44
+ pointer-events: initial !important;
45
+}
0 commit comments