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 caa2ad6 commit 9b54964Copy full SHA for 9b54964
src/documentation/templates/base.css
@@ -1091,4 +1091,10 @@ html:has(.error):after {
1091
html:has(.navleft) {
1092
overflow: hidden;
1093
touch-action: pan-y;
1094
+}
1095
+html:has(.navleft) .main {
1096
+ pointer-events: none;
1097
+ user-select: none;
1098
+ filter: blur(3px) brightness(0.8);
1099
+ -webkit-filter: blur(3px) brightness(0.8);
1100
}
src/documentation/templates/search.css
@@ -7,6 +7,7 @@
7
8
.searchactive main {
9
filter: blur(3px) brightness(0.8);
10
11
pointer-events: none;
12
13
.searchactive #searchbar {
0 commit comments