Skip to content

Commit bfa21b0

Browse files
authored
Comment out styles for house-map-info
Comment out width and max-height properties for house-map-info.
1 parent 6973370 commit bfa21b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ summary {
362362
}
363363

364364
.house-map-info {
365-
width: min(360px, calc(100vw - 48px));
366-
max-height: min(45vh, 340px);
365+
/* width: min(360px, calc(100vw - 48px)); */
366+
/* max-height: min(45vh, 340px); */
367367
overflow: auto;
368368
border: 1px solid var(--border);
369369
border-radius: 10px;

0 commit comments

Comments
 (0)