Skip to content

Commit f147906

Browse files
committed
fix: update map css
1 parent fce705b commit f147906

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

demos/expand-component/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ body.calcite-mode-dark calcite-navigation-logo{
99
--calcite-color-text-2:#C7C7C7;
1010
}
1111

12-
1312
html,
14-
body,
15-
arcgis-map {
16-
padding: 0;
13+
body {
1714
margin: 0;
1815
height: 100%;
19-
width: 100%;
2016
}
2117

2218
calcite-shell-panel[slot="panel-start"] calcite-panel {

demos/high-contrast/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ body.calcite-mode-dark calcite-navigation-logo{
99
--calcite-color-text-2:#C7C7C7;
1010
}
1111

12-
1312
html,
14-
body,
15-
arcgis-map {
16-
padding: 0;
13+
body {
1714
margin: 0;
1815
height: 100%;
19-
width: 100%;
2016
}
2117

2218
calcite-shell-panel[slot="panel-start"] calcite-panel {

0 commit comments

Comments
 (0)