diff --git a/css/custom1_4.2.css b/css/custom1_4.2.css index ae27162..21ca953 100644 --- a/css/custom1_4.2.css +++ b/css/custom1_4.2.css @@ -59,6 +59,7 @@ body { #displaycantoWrapper { display: d-flex; overflow-y: scroll; + box-sizing: border-box; width: calc(100% + 17px); } .visInfo { @@ -289,6 +290,10 @@ li::marker { border-color: #5f8ec2; } +#displayminimap { + background-color: #fff !important; +} + /* ------- $success rgb(117, 159, 154) / #759F9A , #DEE2E6 -------- */ diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css index 6f8c895..73c0412 100644 --- a/css/custom2_4.2.css +++ b/css/custom2_4.2.css @@ -59,6 +59,7 @@ body { #displaycantoWrapper { display: d-flex; overflow-y: scroll; + box-sizing: border-box; width: calc(100% + 17px); } .visInfo { @@ -298,6 +299,10 @@ li::marker { border-color: #734450; } +#displayminimap { + background-color: #fff !important; +} + /* ------- $success rgb(5, 74, 41) / #054a29 , #DEE2E6 -------- */