@@ -29,7 +29,9 @@ export class ExampleBlockCustomView extends UmbElementMixin(LitElement) implemen
|
||||
UmbTextStyles,
|
||||
css`
|
||||
:host {
|
||||
position: relative;
|
||||
display: block;
|
||||
z-index: 10000;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: red;
|
||||
@@ -38,6 +40,12 @@ export class ExampleBlockCustomView extends UmbElementMixin(LitElement) implemen
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
:host > div {
|
||||
position: relative;
|
||||
display: block;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user