mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
[ticket/13713] Fix multiple dropdown issues
PHPBB3-13713
This commit is contained in:
@@ -18,11 +18,12 @@
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
overflow: auto;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.atwho-view-ul { /* mention-list */
|
||||
overflow: auto;
|
||||
max-height: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
@@ -57,7 +58,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