feat: allow search suggestion to be scrollable

This commit is contained in:
alistair3149 2021-03-14 01:26:02 -05:00 committed by GitHub
parent 6273711f60
commit b68a2bdacf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 );