mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
fix(core): fix overflow in search suggestions
This commit is contained in:
parent
09d301476b
commit
a3d85bb8a5
|
@ -113,15 +113,4 @@
|
|||
.citizen-card-content-show;
|
||||
}
|
||||
}
|
||||
|
||||
// Use to hide rounded corner from searchbox
|
||||
&:before {
|
||||
position: absolute;
|
||||
width: var( --width-search-bar );
|
||||
height: var( --border-radius--small );
|
||||
margin-top: ~'calc( var( --border-radius--small ) * -1 )';
|
||||
margin-left: -1px;
|
||||
background: var( --color-surface-1 );
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue