fix advanced rendering toggle on web with NewModal Closes #2284 (#4733)

This commit is contained in:
Prospector
2025-11-07 08:47:54 -08:00
committed by GitHub
parent 67fb825937
commit 11a1918a2e
2 changed files with 14 additions and 1 deletions

View File

@@ -266,6 +266,12 @@ function handleKeyDown(event: KeyboardEvent) {
}
}
.modrinth-parent__no-modal-blurs {
.modal-overlay {
backdrop-filter: none;
}
}
.modal-container {
position: fixed;
top: 0;