fuse-angular/src/@fuse/components/highlight/highlight.component.scss

9 lines
166 B
SCSS

:host {
display: block;
width: 100%;
padding: 8px;
background: #263238;
cursor: text;
overflow: auto;
-webkit-overflow-scrolling: touch;
}