Textmodule dropdown: correctly limit the width
This commit is contained in:
parent
6d4b039811
commit
cb51a91b61
1 changed files with 1 additions and 0 deletions
|
@ -5036,6 +5036,7 @@ footer {
|
|||
.shortcut .dropdown-menu {
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.editControls {
|
||||
|
|
Loading…
Reference in a new issue