mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Make dropdown selection boxes scrollable
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -252,3 +252,9 @@ td.highlight {
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.multiselect-container{
|
||||
|
||||
max-height:200px;
|
||||
overflow:auto;
|
||||
}
|
||||
Reference in New Issue
Block a user