Skip to content

Commit 0db2aa4

Browse files
committed
Update full.css
1 parent 0c42a75 commit 0db2aa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

full.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ body.scroll-enabled .bookmark {
569569
height: 100vh;
570570
width: 10px;
571571
cursor: text;
572+
transition: 0s .18s;
572573
z-index: -1;
573574
}
574575

@@ -577,6 +578,8 @@ body.scroll-enabled .bookmark {
577578
}
578579

579580
.sidebar-toggle.visible::after {
581+
width: 0;
582+
transition: none;
580583
pointer-events: none;
581584
}
582585

0 commit comments

Comments
 (0)