mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-21 15:48:25 +00:00
fix: change height of list and clean comments
This commit is contained in:
parent
76043bd0c1
commit
02cb8ab2bb
@ -12,7 +12,7 @@ input[type="text"],
|
||||
.suggestion-list {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
max-height: 272px;
|
||||
max-height: 210px;
|
||||
overflow-y: scroll;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 24px;
|
||||
@ -34,12 +34,12 @@ input[type="text"],
|
||||
}
|
||||
|
||||
.suggestion-list::-webkit-scrollbar {
|
||||
width: 4px; /* make it thinner */
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.suggestion-list::-webkit-scrollbar-thumb {
|
||||
background-color: darkgrey;
|
||||
border-radius: 2px; /* round corners */
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.suggestion-list::-webkit-scrollbar-thumb:hover {
|
||||
@ -47,7 +47,7 @@ input[type="text"],
|
||||
}
|
||||
|
||||
.suggestion-list::-webkit-scrollbar-track {
|
||||
background-color: transparent; /* make track transparent */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.suggestion-list::-webkit-scrollbar-thumb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user