Do not set max-width to regular .dropdown-menu like delete or clone (only to shortcuts). Followup for issue #2335.
This commit is contained in:
parent
c6411fd914
commit
ce38a6c9ab
1 changed files with 1 additions and 1 deletions
|
@ -5184,7 +5184,7 @@ footer {
|
|||
background: none;
|
||||
}
|
||||
|
||||
.shortcut .dropdown-menu {
|
||||
.shortcut > .dropdown-menu {
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue