mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
feat: allow search suggestion to be scrollable
This commit is contained in:
parent
6273711f60
commit
b68a2bdacf
|
@ -16,6 +16,7 @@
|
|||
display: flex; // Needed to show margin
|
||||
width: @search-bar-width;
|
||||
max-width: calc( ~'100vw -'@icon-box-size + @icon-padding * 2 + @margin-side );
|
||||
max-height: ~'calc( 100vh - var( --height-header ) + 10px )';
|
||||
flex-direction: column;
|
||||
padding-top: 4px;
|
||||
background: var( --background-color-dp-08 );
|
||||
|
|
Loading…
Reference in a new issue