Nascosta scrollbar visulizza canto

This commit is contained in:
Luca Trupiano 2023-03-03 18:51:19 +01:00
parent c22fab46f1
commit b5acb2fd6d
2 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,7 @@ body {
#displaycantoWrapper { #displaycantoWrapper {
display: d-flex; display: d-flex;
overflow-y: scroll; overflow-y: scroll;
box-sizing: border-box; width: calc(100% + 17px);
} }
.visInfo { .visInfo {
@ -289,6 +290,10 @@ li::marker {
border-color: #5f8ec2; border-color: #5f8ec2;
} }
#displayminimap {
background-color: #fff !important;
}
/* ------- $success rgb(117, 159, 154) / #759F9A , #DEE2E6 -------- */ /* ------- $success rgb(117, 159, 154) / #759F9A , #DEE2E6 -------- */

View File

@ -59,6 +59,7 @@ body {
#displaycantoWrapper { #displaycantoWrapper {
display: d-flex; display: d-flex;
overflow-y: scroll; overflow-y: scroll;
box-sizing: border-box; width: calc(100% + 17px);
} }
.visInfo { .visInfo {
@ -298,6 +299,10 @@ li::marker {
border-color: #734450; border-color: #734450;
} }
#displayminimap {
background-color: #fff !important;
}
/* ------- $success rgb(5, 74, 41) / #054a29 , #DEE2E6 -------- */ /* ------- $success rgb(5, 74, 41) / #054a29 , #DEE2E6 -------- */