Comment out the backdrop-filter in div.edit-mode-bottom-banner

This commit is contained in:
jx163 2025-08-05 21:21:12 +12:00
parent d947ed5c53
commit 0d1d49a817

View file

@ -1889,7 +1889,7 @@ html[data-theme='neomorphic'] {
div.edit-mode-bottom-banner, .add-new-section {
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(50px);
//backdrop-filter: blur(50px);
}
.critical-error-wrap {