mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
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:
commit
7f5bf0cda9
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user