mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +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;
|
position: absolute;
|
||||||
.Button--color(@tooltip-color, @tooltip-bg);
|
.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