You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/03/17 15:40:46 UTC

svn commit: r1787422 - /myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss

Author: lofwyr
Date: Fri Mar 17 15:40:46 2017
New Revision: 1787422

URL: http://svn.apache.org/viewvc?rev=1787422&view=rev
Log:
TOBAGO-1708: The Dropdownmenu of a radiobutton group in an input group is not always on top
* workaround
[developed by hnoeth]

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss

Modified: myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss?rev=1787422&r1=1787421&r2=1787422&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/resources/scss/_tobago.scss Fri Mar 17 15:40:46 2017
@@ -19,7 +19,7 @@
 used variables: only for the IDE, should not really used by the build system.
 */
 $brand-info: #00f !default;
-
+$zindex-dropdown: 1000 !default;
 
 /*
 Todo: check, if this is needed? (It doesn't work with the build system)
@@ -56,6 +56,10 @@ Todo: check, if this is needed? (It does
   margin-bottom: -1px;
 }
 
+.input-group-btn > .btn-group {
+  z-index: $zindex-dropdown !important; /* workaround for TOBAGO-1708, better restructure the HTML */
+}
+
 /* collapsible -------------------------------------------------------------- */
 
 .tobago-collapsed.tobago-box .card-block,