We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a74d07 commit 54e27f7Copy full SHA for 54e27f7
2 files changed
docs/website/css/components/development.css
@@ -219,6 +219,10 @@ body.raw-viewer-open {
219
padding: 20px;
220
}
221
222
+.raw-viewer-backdrop[hidden] {
223
+ display: none !important;
224
+}
225
+
226
.raw-viewer-window {
227
width: min(880px, 94vw);
228
max-height: min(78vh, 760px);
docs/website/js/features/raw-popup.js
@@ -154,8 +154,6 @@ const RawPopup = (() => {
154
return;
155
156
157
- ensureViewer();
158
-
159
document.addEventListener("click", (event) => {
160
const target = event.target;
161
if (!(target instanceof HTMLElement)) {
0 commit comments