Completed
Last Updated: 05 May 2015 15:08 by Aarsh
ADMIN
Danail Vasilev
Created on: 12 Feb 2014 15:08
Category: FormDecorator
Type: Bug Report
1
FIX decorated selects by RadFormDecorator in Lightweight mode do not have z-index
For the time being the following CSS can be used:

    <style>
        .rfdSelectBox.rfdSelectBox_Default.rfdSelectBoxDropDown {
            z-index: 4007;
        }
    </style>

Where 'Default' is the name of the skin.
1 comment
Aarsh
Posted on: 12 Feb 2014 16:34
Thank you !