mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +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
|
display: flex; // Needed to show margin
|
||||||
width: @search-bar-width;
|
width: @search-bar-width;
|
||||||
max-width: calc( ~'100vw -'@icon-box-size + @icon-padding * 2 + @margin-side );
|
max-width: calc( ~'100vw -'@icon-box-size + @icon-padding * 2 + @margin-side );
|
||||||
|
max-height: ~'calc( 100vh - var( --height-header ) + 10px )';
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
background: var( --background-color-dp-08 );
|
background: var( --background-color-dp-08 );
|
||||||
|
|
Loading…
Reference in a new issue