From fefeba2687884a8e71afe2c7f386f1e7ef6ad5bd Mon Sep 17 00:00:00 2001 From: lavigor Date: Thu, 21 Jun 2018 03:28:43 +0300 Subject: [PATCH] [ticket/13713] Remove unneeded top property PHPBB3-13713 --- phpBB/adm/style/admin.css | 1 - phpBB/styles/prosilver/theme/mentions.css | 1 - 2 files changed, 2 deletions(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 50d55cad17..f9d5c8257f 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1686,7 +1686,6 @@ fieldset.submit-buttons legend { 0 1px 5px 0 rgba(0, 0, 0, 0.12); position: absolute; z-index: 999; - top: 20px; overflow: auto; transition: all 0.2s ease; } diff --git a/phpBB/styles/prosilver/theme/mentions.css b/phpBB/styles/prosilver/theme/mentions.css index 32c77b196c..262e83eecf 100644 --- a/phpBB/styles/prosilver/theme/mentions.css +++ b/phpBB/styles/prosilver/theme/mentions.css @@ -18,7 +18,6 @@ border-radius: 2px; position: absolute; z-index: 999; - top: 20px; overflow: auto; transition: all 0.2s ease; }