1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00

Add header background on query page when scrolling

This commit is contained in:
Andrew Kingston 2023-09-27 17:13:03 +01:00
parent 08b97d99ea
commit 8a6da67ecb

View file

@ -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 {