mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Fix dropdown overflow on mobile (flarum/core#2070) (#46)
* Fix dropdown overflow on mobile (flarum/core#2070)
This commit is contained in:
@@ -91,3 +91,8 @@
|
||||
position: absolute;
|
||||
.Button--color(@tooltip-color, @tooltip-bg);
|
||||
}
|
||||
@media screen and (max-width: @screen-phone-max) {
|
||||
.MentionsDropdown {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user