Sticker header for individual wiki settings
parent
6915cef4ad
commit
49174aa4e7
|
@ -22,10 +22,9 @@
|
|||
z-index: 999999;
|
||||
transform: translateX(calc(-100% - 24px));
|
||||
opacity: 80%;
|
||||
top: -45px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
|
||||
/* ELEMENTS */
|
||||
body {
|
||||
max-width: 700px;
|
||||
|
@ -321,6 +320,9 @@
|
|||
#defaultToggles {
|
||||
border-bottom: 1px solid #ccc;
|
||||
background-color: #f5fbff;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#togglesKey>div:nth-child(3),
|
||||
|
|
Loading…
Reference in New Issue