mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
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:
parent
c9d98e477a
commit
8c204767c6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue