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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user