Skip to content

Commit e4ea692

Browse files
authored
fix: pointer-events issue on toast container (#2139)
1 parent 8b6a350 commit e4ea692

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content-tags-drawer/ContentTagsDrawer.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@
3737
min-height: 100vh;
3838
}
3939
}
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

Comments
 (0)