mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Updated Customize Vaultwarden CSS (markdown)
@@ -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.
|
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.
|
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
|
#main-content > app-vault > .tw-flex .tw-basis-1\/4
|
||||||
{
|
{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user