Merge pull request #195 from tractorcow/pulls/fix-zindex

BUG Backport of https://github.com/silverstripe/silverstripe-framework/pull/4077
This commit is contained in:
Christopher Pitt 2015-04-22 16:22:41 +12:00
commit 7f5bf0cda9
2 changed files with 10 additions and 0 deletions

View File

@ -128,3 +128,8 @@ label.right.toggle-description-correct-right {
.cms table.ss-gridfield-table tr td.MergeAction select {
width: 75px;
}
.cms-content-actions,
.cms-preview-controls {
z-index: 999;
}

View File

@ -159,3 +159,8 @@ label.right.toggle-description-correct-right {
.cms table.ss-gridfield-table tr td.MergeAction select {
width: 75px;
}
.cms-content-actions,
.cms-preview-controls {
z-index: 999;
}