mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Make autocomplete dropdown slightly less tall so that it fits below the cursor
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
.MentionsDropdown {
|
.MentionsDropdown {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
max-height: 200px;
|
max-height: 150px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user