Skip to content

Commit f34ac73

Browse files
committed
fix(core): fix width and height of map overlay
1 parent 6b99243 commit f34ac73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/components/PolarMapOverlay.ce.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ defineExpose({
6969
display: flex;
7070
justify-content: center;
7171
align-items: center;
72-
width: inherit;
73-
height: inherit;
72+
width: 100%;
73+
height: 100%;
7474
z-index: 42;
7575
font-size: var(--kern-typography-font-size-static-large);
7676
text-align: center;

0 commit comments

Comments
 (0)