[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
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 {

View file

@ -22,7 +22,7 @@
}
.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;
@ -73,6 +73,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 {