1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13713] Fix Firefox style issue and add comments

PHPBB3-13713
This commit is contained in:
lavigor
2018-09-13 16:53:15 +03:00
committed by Marc Alexander
parent 2d08e570f7
commit 652e5e0753
2 changed files with 4 additions and 2 deletions

View File

@@ -1694,7 +1694,7 @@ fieldset.submit-buttons legend {
}
.atwho-view-ul { /* mention-list */
overflow: auto;
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
margin: 0;
padding: 0;
@@ -1760,6 +1760,7 @@ svg { /* TODO: remove it after general normalization */
.mention-name {
line-height: 1.25;
margin-right: 20px; /* needed to account for scrollbar bug on Firefox for Windows */
}
.mention-rank {