Initial skeleton of multiple camera support.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent 3b31699265
commit ca581c5078
15 changed files with 366 additions and 160 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
@use './button.scss';
:host {
z-index: 20;
pointer-events: auto;
}
mwc-list-item {
z-index: 20;
}