mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/13713] Fix multiple dropdown issues
PHPBB3-13713
This commit is contained in:
@@ -1686,7 +1686,6 @@ fieldset.submit-buttons legend {
|
||||
0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
overflow: auto;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
@@ -1695,6 +1694,8 @@ fieldset.submit-buttons legend {
|
||||
}
|
||||
|
||||
.atwho-view-ul { /* mention-list */
|
||||
overflow: auto;
|
||||
max-height: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
@@ -1736,7 +1737,6 @@ svg.mention-media-avatar { /* TODO: remove it after general normalization */
|
||||
overflow: hidden;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
max-width: 300px;
|
||||
padding: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user