azure-maps-control 3.7.2 → 4.0.0-preview.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/atlas.css CHANGED
@@ -1529,18 +1529,18 @@
1529
1529
  overflow: auto;
1530
1530
  position: absolute;
1531
1531
  }
1532
- .atlas-map .top-left .azure-maps-control-container > .style-options.list,
1533
- .atlas-map .bottom-left .azure-maps-control-container > .style-options.list {
1532
+ .atlas-map .top-left .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown),
1533
+ .atlas-map .bottom-left .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown) {
1534
1534
  left: 100%;
1535
1535
  padding-left: 1px;
1536
1536
  }
1537
- .atlas-map .top-right .azure-maps-control-container > .style-options.list,
1538
- .atlas-map .bottom-right .azure-maps-control-container > .style-options.list {
1537
+ .atlas-map .top-right .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown),
1538
+ .atlas-map .bottom-right .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown) {
1539
1539
  right: 100%;
1540
1540
  padding-right: 1px;
1541
1541
  }
1542
- .atlas-map .bottom-right .azure-maps-control-container > .style-options.list,
1543
- .atlas-map .bottom-left .azure-maps-control-container > .style-options.list {
1542
+ .atlas-map .bottom-right .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown),
1543
+ .atlas-map .bottom-left .azure-maps-control-container > .style-options.list:not(.azure-maps-control-dropdown) {
1544
1544
  bottom: 0px;
1545
1545
  }
1546
1546
  .atlas-map .azure-maps-control-container > .style-options.list button {