Merge pull request #11913 from Budibase/cheeks-fixes
Add header background on query page when scrolling
This commit is contained in:
commit
d7b1fce69b
|
@ -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