This commit is contained in:
Stian Lund
2025-01-08 10:54:56 +01:00
parent 50f6ed6fee
commit d1e6fdba36
+6 -1
View File
@@ -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;
}