refactor(stickyHeader): ♻️ use box-shadow instead of border for bottom border

So that it won't affect the height of the element
This commit is contained in:
alistair3149 2024-07-19 17:10:06 -04:00
parent c9d98e477a
commit 8c204767c6
No known key found for this signature in database

View file

@ -46,7 +46,8 @@
z-index: @z-index-stacking-3;
flex-wrap: nowrap;
white-space: nowrap;
border-bottom: var( --border-width-base ) solid var( --border-color-base );
// So that it won't change the height of the header
box-shadow: 0 0 0 1px var( --border-color-base );
&::before {
opacity: 1;