mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-26 18:13:11 +00:00
9 lines
166 B
SCSS
9 lines
166 B
SCSS
:host {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 8px;
|
|
background: #263238;
|
|
cursor: text;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
} |