mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-27 02:23:10 +00:00
8 lines
149 B
SCSS
8 lines
149 B
SCSS
:host {
|
|
display: block;
|
|
padding: 8px;
|
|
background: #263238;
|
|
cursor: text;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
} |