mirror of
https://github.com/eugeny/tabby
synced 2026-08-21 05:16:31 +00:00
added scrolling to typeahead - fixes #1178
This commit is contained in:
@@ -99,3 +99,8 @@ input[type=range] {
|
||||
a[ngbdropdownitem] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ngb-typeahead-window {
|
||||
max-height: 60vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user