We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89cab commit 80ba14eCopy full SHA for 80ba14e
assets/css/v2/style.css
@@ -1456,6 +1456,12 @@ body:not(:has(.main-layout)) header atomic-search-interface {
1456
display: block;
1457
}
1458
1459
+body:has(atomic-refine-modal[is-open=""]) {
1460
+ /* Lock scrolling when modal is up */
1461
+ position: fixed;
1462
+ width: 100%;
1463
+}
1464
+
1465
@media (max-width: 88rem) {
1466
/* Show on pages with sidebar if it is hidden */
1467
body:has(.sidebar-layout) header atomic-search-interface {
0 commit comments