Nascosta scrollbar visulizza canto
This commit is contained in:
parent
c22fab46f1
commit
b5acb2fd6d
|
@ -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 -------- */
|
||||
|
||||
|
|
|
@ -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 -------- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue