mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix for preview being under toolbar
This commit is contained in:
parent
5df797b705
commit
a5d3dccd37
1
admin/client/dist/styles/bundle.css
vendored
1
admin/client/dist/styles/bundle.css
vendored
@ -16077,6 +16077,7 @@ body,html{
|
||||
.campaign-admin__campaign-items{
|
||||
width:100%;
|
||||
z-index:1;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
@media (min-width:992px){
|
||||
|
@ -26,6 +26,7 @@
|
||||
.campaign-admin__campaign-items {
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
width: $cms-panel-sm;
|
||||
|
Loading…
Reference in New Issue
Block a user