livekit-dgn/styles/Debug.module.css
lukasIO 2c202c25a2
Debug overlay (#97)
* add connection stats

* add permissions

* styling

* css module

* styles

* scrolling

* fix height

* account for body height
2023-08-04 12:09:39 +02:00

16 lines
240 B
CSS

.overlay {
position: absolute;
top: 0;
background: rgba(0, 0, 0, 0.6);
padding: 1rem;
max-height: min(100%, 100vh);
overflow-y: auto;
}
.detailsSection {
padding-left: 1rem;
}
.detailsSection > div {
padding-left: 1rem;
}