From ddd51252e110797386dcb3f14677d119072d91ef Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 22 Apr 2015 14:59:11 +1200 Subject: [PATCH] BUG Backport of https://github.com/silverstripe/silverstripe-framework/pull/4077 to blog Better support for versions of framework 3.1.12 and older --- css/cms.css | 5 +++++ scss/cms.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/css/cms.css b/css/cms.css index bd6d6b7..5ec2f5a 100755 --- a/css/cms.css +++ b/css/cms.css @@ -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; +} diff --git a/scss/cms.scss b/scss/cms.scss index d9159ec..2c8fb85 100755 --- a/scss/cms.scss +++ b/scss/cms.scss @@ -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; +}