diff --git a/Customize-Vaultwarden-CSS.md b/Customize-Vaultwarden-CSS.md index fb57953..5ab1d7a 100644 --- a/Customize-Vaultwarden-CSS.md +++ b/Customize-Vaultwarden-CSS.md @@ -104,6 +104,11 @@ app-organization-layout bit-nav-logo bit-icon::before { Make the "Filter" box fixed, so only the list of entries is scrolling. Allow to always see what you filtered for and quickly access the search filter without scrolling back to the top. */ +#main-content { + /*Edit 2025.09.12*/ + contain: none; +} + #main-content > app-vault > .tw-flex .tw-basis-1\/4 { position: fixed;