angular/projects/ng-devtools/src/lib/devtools.component.css

9 lines
113 B
CSS
Raw Normal View History

2020-01-27 18:40:18 +00:00
:host, .devtools-wrapper {
width: 100%;
height: 100%;
display: block;
}
.noselect {
user-select: none;
}