fix(core): fix overflow in search suggestions

This commit is contained in:
alistair3149 2022-05-02 21:36:59 -04:00
parent 09d301476b
commit a3d85bb8a5
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -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: '';
}
}