Skip to content
Snippets Groups Projects
Commit 3c4a23c5 authored by Alexander Rose's avatar Alexander Rose
Browse files

ensure msp-layout-region background

parent 8d92c976
No related branches found
No related tags found
No related merge requests found
.msp-transformer { .msp-transformer {
.msp-entity-badge { .msp-entity-badge {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -15,24 +15,24 @@ ...@@ -15,24 +15,24 @@
} }
.msp-transformer-wrapper { .msp-transformer-wrapper {
position: relative; position: relative;
} }
.msp-transformer-wrapper { .msp-transformer-wrapper {
.msp-entity-badge { .msp-entity-badge {
left: 0; left: 0;
top: 0; top: 0;
} }
&:first-child { &:first-child {
.msp-panel-description-content { .msp-panel-description-content {
top: $row-height + 1; top: $row-height + 1;
} }
} }
&:not(:first-child) { &:not(:first-child) {
.msp-panel-description-content { .msp-panel-description-content {
bottom: $row-height + 1; bottom: $row-height + 1;
} }
} }
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
.msp-layout-region { .msp-layout-region {
overflow: hidden; overflow: hidden;
background: $default-background; background: $default-background !important;
} }
.msp-layout-static, .msp-layout-scrollable { .msp-layout-static, .msp-layout-scrollable {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment