Skip to content

Commit 841ac30

Browse files
committed
fixed so itslj🅱️oi and the others can stop nagging me to fix the website ugh
1 parent 1834e6e commit 841ac30

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

‎src/pages/wiki.scss‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
p {
2+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
3+
}
4+
15
.sidebar-wrapper {
26
width: 40vw;
37
display: inline-block;

‎src/style_v2.scss‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ header {
3737
background: none;
3838
z-index: 0;
3939
position: relative;
40+
pointer-events: none;
4041
* {
4142
position: relative;
4243
z-index: 1;
44+
pointer-events: auto;
4345
}
4446
&::before {
4547
content: " ";
@@ -58,6 +60,7 @@ header {
5860
padding: 19px;
5961
box-sizing: border-box;
6062
z-index: -1;
63+
pointer-events: none;
6164
}
6265
&::after {
6366
content: " ";
@@ -76,6 +79,7 @@ header {
7679
mask: linear-gradient(#fff 0 0) content-box,
7780
linear-gradient(#fff 0 0) border-box;
7881
mask-composite: exclude;
82+
pointer-events: none;
7983
}
8084
}
8185

0 commit comments

Comments
 (0)