Fixing scrollbars with Firefox
diff --git a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
index 3aa1d53..3a8b743 100644
--- a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
+++ b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
@@ -1150,9 +1150,7 @@
 
 @-moz-document url-prefix(''){
   .palette-scrollbar {
-    min-width: 100%;
-    width: auto;
-    overflow: scroll;
+    width: auto !important;
   }
 }
 
diff --git a/client/idrepo/enduser/src/main/resources/META-INF/resources/css/syncopeEnduser.css b/client/idrepo/enduser/src/main/resources/META-INF/resources/css/syncopeEnduser.css
index 0b487d3..c0df0e2 100644
--- a/client/idrepo/enduser/src/main/resources/META-INF/resources/css/syncopeEnduser.css
+++ b/client/idrepo/enduser/src/main/resources/META-INF/resources/css/syncopeEnduser.css
@@ -1173,9 +1173,7 @@
 
 @-moz-document url-prefix(''){
   .palette-scrollbar {
-    min-width: 100%;
-    width: auto;
-    overflow: scroll;
+    width: auto !important;
   }
 }