This was not possible pre-6.0 due to the indicator being faded out. This was changed in 6.0 by forcing dialogs to be removed immediately to improve the perceived responsiveness.
See https://www.woltlab.com/community/thread/307093-preview-post-close-bug/
}
&[aria-hidden="true"] {
- /* Child elements with `visibility: visible` will not be visually rendered, but pointer events are recognized. */
- pointer-events: none;
- visibility: hidden;
+ display: none;
}
&[aria-hidden="false"] ~ .dialogContainer[aria-hidden="false"] {