1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Merge pull request #11913 from Budibase/cheeks-fixes

Add header background on query page when scrolling
This commit is contained in:
Andrew Kingston 2023-09-28 08:19:44 +01:00 committed by GitHub
commit d7b1fce69b

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 {