diff --git a/styles.css b/styles.css index 7daec63..635acfc 100644 --- a/styles.css +++ b/styles.css @@ -58,7 +58,7 @@ /* ポップアップの全体サイズを大きく */ .leaflet-popup-content-wrapper { - width: 320px !important; /* ポップアップの幅 */ + width: auto !important; /* ポップアップの幅 */ height: auto !important; /* 高さは内容に合わせて自動 */ }