From 652e5e0753c8d3bc759a015d22a648dd0c929e23 Mon Sep 17 00:00:00 2001 From: lavigor Date: Thu, 13 Sep 2018 16:53:15 +0300 Subject: [PATCH] [ticket/13713] Fix Firefox style issue and add comments PHPBB3-13713 --- phpBB/adm/style/admin.css | 3 ++- phpBB/styles/prosilver/theme/mentions.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 75c98b05e0..19a277e18d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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 { diff --git a/phpBB/styles/prosilver/theme/mentions.css b/phpBB/styles/prosilver/theme/mentions.css index 83f177083e..bb9ffff8d7 100644 --- a/phpBB/styles/prosilver/theme/mentions.css +++ b/phpBB/styles/prosilver/theme/mentions.css @@ -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 {