You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/09/07 13:51:42 UTC

[syncope] 01/02: Fixing scrollbars with Firefox

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 58461176972e2f7b9fb7573abc88ef8fe9898975
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 6 09:53:08 2021 +0200

    Fixing scrollbars with Firefox
---
 .../src/main/resources/META-INF/resources/css/syncopeConsole.css      | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/client/console/src/main/resources/META-INF/resources/css/syncopeConsole.css b/client/console/src/main/resources/META-INF/resources/css/syncopeConsole.css
index e727fb9..2081ab8 100644
--- a/client/console/src/main/resources/META-INF/resources/css/syncopeConsole.css
+++ b/client/console/src/main/resources/META-INF/resources/css/syncopeConsole.css
@@ -1187,9 +1187,7 @@ div#tablehandling ul.menu li a {
 
 @-moz-document url-prefix(''){
   .palette-scrollbar {
-    min-width: 100%;
-    width: auto;
-    overflow: scroll;
+    width: auto !important;
   }
 }