1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +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; padding: 8px 10px 8px 16px;
display: flex; display: flex;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
transition: border-bottom 130ms ease-out; transition: border-bottom 130ms ease-out, background 130ms ease-out;
} }
.header.scrolling { .header.scrolling {
border-bottom: var(--border-light); border-bottom: var(--border-light);
background: var(--background);
} }
.body { .body {