@media screen and (min-width: 600px) {
@supports (display: grid) {
.site {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 990px 870px repeat(4, minmax(990px, auto)) 1fr;
}
}
<slot name="slot-name"></slot>
определяются места куда будет вставляться другая разметка или другие компоненты.<ui-modal>
<!-- ... -->
<div slot="modal-body">
<p>Modal body text goes here.</p>
</div>
<!-- ... -->
</ui-modal>
<ui-modal>
<!-- ... -->
<div slot="modal-body">
<form>
<input type="text" />
</form>
</div>
<!-- ... -->
</ui-modal>
article.textareabody.html
перед отправкой в шаблонизатор? .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}