fix(stickyHeader): 🐛 incorrect border box shadow

This commit is contained in:
alistair3149 2024-07-24 21:45:12 -04:00
parent b922b035cc
commit 9a0ebf4446
No known key found for this signature in database

View file

@ -100,7 +100,7 @@
top: var( --height-sticky-header );
& when (@bottomBorder ) {
box-shadow: 0 0 0 1px var( --border-color-base );
box-shadow: 0 1px 0 0 var( --border-color-base );
}
& when (@zIndex ) {