Fix mobile versions of the dropdown with search results
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-01-06 19:37:35 +01:00
parent 10885f673c
commit 84e6dd93e4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,7 @@
overflow-x: auto;
position: absolute;
z-index: 100;
max-width: 100%;
min-width: 100%;
button {
@ -75,6 +76,13 @@
display: flex;
justify-content: space-between;
align-items: center;
overflow: hidden;
span:first-child {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.hint-text {
font-size: .75rem;