Add initial zoom support.

This commit is contained in:
Dermot Duffy
2023-04-22 16:32:11 -07:00
parent e67d7d61f3
commit 705afaca99
20 changed files with 582 additions and 138 deletions
+6
View File
@@ -1,3 +1,9 @@
:host {
display: block;
height: 100%;
width: 100;
}
.hidden {
display: none;
}