Add header background on query page when scrolling
This commit is contained in:
parent
08b97d99ea
commit
8a6da67ecb
|
@ -337,11 +337,12 @@
|
|||
padding: 8px 10px 8px 16px;
|
||||
display: flex;
|
||||
border-bottom: 2px solid transparent;
|
||||
transition: border-bottom 130ms ease-out;
|
||||
transition: border-bottom 130ms ease-out, background 130ms ease-out;
|
||||
}
|
||||
|
||||
.header.scrolling {
|
||||
border-bottom: var(--border-light);
|
||||
background: var(--background);
|
||||
}
|
||||
|
||||
.body {
|
||||
|
|
Loading…
Reference in New Issue