MediaWiki:Vector-2022.css: Difference between revisions

mNo edit summary
Tag: Manual revert
m debugging - restoring functionality
Line 5: Line 5:
/* some glitchfix for the js not to go crazy */
/* some glitchfix for the js not to go crazy */
:root {
:root {
}
.vector-sticky-header-container {
    backdrop-filter: blur(5px);
    border-bottom: 1px solid var(--background-color-interactive);
}
}