Sticker header for individual wiki settings

pull/311/head
Kevin Payravi 2023-11-02 03:40:48 -05:00
parent 6915cef4ad
commit 49174aa4e7
1 changed files with 4 additions and 2 deletions

View File

@ -22,10 +22,9 @@
z-index: 999999; z-index: 999999;
transform: translateX(calc(-100% - 24px)); transform: translateX(calc(-100% - 24px));
opacity: 80%; opacity: 80%;
top: -45px; top: 30px;
} }
/* ELEMENTS */ /* ELEMENTS */
body { body {
max-width: 700px; max-width: 700px;
@ -321,6 +320,9 @@
#defaultToggles { #defaultToggles {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
background-color: #f5fbff; background-color: #f5fbff;
position: sticky;
top: 0;
z-index: 999;
} }
#togglesKey>div:nth-child(3), #togglesKey>div:nth-child(3),