1
0
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:
lavigor
2018-08-14 02:47:16 +03:00
committed by Marc Alexander
parent 99e93a5a04
commit f64dbf5303
3 changed files with 6 additions and 6 deletions

View File

@@ -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;
}