We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0098ea commit c0bdf1eCopy full SHA for c0bdf1e
assets/esri/themes/base/widgets/_PanoramicViewer.scss
@@ -0,0 +1,10 @@
1
+@mixin panoramicViewer() {
2
+ .esri-panoramic-viewer {
3
+ width: 100%;
4
+ height: 100%;
5
+ }
6
+}
7
+
8
+@if $include_PanoramicViewer == true {
9
+ @include panoramicViewer();
10
0 commit comments