This is a migrated thread and some comments may be shown as answers.

Z-index very high

1 Answer 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Alon
Top achievements
Rank 1
Veteran
Alon asked on 30 Dec 2016, 09:02 PM

Hi,

Not sure if this is a bug or not but the scheduler drop down comes through when displaying a popup. 

See attached file. It is only an issue when the width is less than 1024.

 

 

1 Answer, 1 is accepted

Sort by
0
Alon
Top achievements
Rank 1
Veteran
answered on 31 Dec 2016, 10:47 AM

In case anyone is wondering I solve this with the following code:

 

    @media only screen and (max-width: 1024px){
        .k-scheduler-views{
            z-index:1000!important;
        }
    }

Tags
Scheduler
Asked by
Alon
Top achievements
Rank 1
Veteran
Answers by
Alon
Top achievements
Rank 1
Veteran
Share this question
or