Updated Customize Vaultwarden CSS (markdown)

This commit is contained in:
ZTHawk
2025-09-12 17:39:07 +02:00
parent 282fdfcfc4
commit 4ba478f0e2

View File

@@ -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;