Fix editor picker z-index
This commit is contained in:
parent
991ad70636
commit
fccd7625a2
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
* This file provides the design styles for the page content.
|
||||
*/
|
||||
|
||||
.picker {
|
||||
z-index: 2; // position over .content
|
||||
}
|
||||
|
||||
.content .row {
|
||||
> .col-xs-12 {
|
||||
z-index: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue