mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/* Find-in-page mod */
|
||||
.find-in-page-wrapper {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
/* Find-in-page floating top */
|
||||
.find-in-page {
|
||||
position:absolute;
|
||||
background-color: var(--colorBg);
|
||||
@@ -6,7 +11,7 @@
|
||||
max-width: fit-content;
|
||||
margin: 0 auto;
|
||||
z-index:1;
|
||||
top: 3px;
|
||||
top: 5px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user