Fix sticky sidebar
RL Exchange by glweems
Details
Authorglweems
LicenseNo License
Categoryrl.exchange
Created
Updated
Size513 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RL Exchange
@version 20220225.15.13
@namespace userstyles.world/user/glweems
@description Fix sticky sidebar
@author glweems
@license No License
==/UserStyle== */
@-moz-document url-prefix("rl.exchange") {
#__layout > div > div.main > div > div.shop-filters-wrapper {
position: sticky;
top: 0;
}
[dir=ltr] .shop-filters-wrapper[data-v-7d926cb6],
[dir=rtl] .shop-filters-wrapper[data-v-7d926cb6] {
right: unset;
left: unset
}
}