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 2020/04/14 15:24:43 UTC

[syncope] 02/02: Adding vertical scrollbar

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 fb17abf033324a55c9a8d2a3b51f3450e6a4dd2c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 14 17:21:57 2020 +0200

    Adding vertical scrollbar
---
 .../client/console/wicket/markup/html/form/NonI18nPalette.html        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html
index 79728da..cf2a291 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html
@@ -22,7 +22,7 @@
         <label>
           <span wicket:id="availableHeader">[available header]</span>
         </label>
-        <select class="form-control" style="min-width: 100px;" wicket:id="choices">[choices]</select>
+        <select class="form-control" style="min-width: 100px; overflow: scroll;" wicket:id="choices">[choices]</select>
       </div>
     </div>
     <div style="width: 20px; float: left; padding-top: 30px; text-align: center">
@@ -50,7 +50,7 @@
         <label>
           <span wicket:id="selectedHeader">[selected header]</span>
         </label>
-        <select class="form-control" style="min-width: 100px;" wicket:id="selection">[selection]</select>	
+        <select class="form-control" style="min-width: 100px; overflow: scroll;" wicket:id="selection">[selection]</select>
       </div>
     </div>
   </wicket:panel>