Sticker header for individual wiki settings
parent
6915cef4ad
commit
49174aa4e7
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue