diff --git a/css/contrastDetails.css b/css/contrastDetails.css index ccc3eab..e372d17 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -266,9 +266,11 @@ position: sticky; bottom: 15px; justify-content: space-between; + pointer-events: none; transition: all 0.3s; } .base-footer .base-box { + pointer-events: all; height: 60px; background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%); background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%); diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 00cb7c1..7df2250 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -320,10 +320,11 @@ // padding-left: 32px; // padding-right: 5px; justify-content: space-between; + pointer-events: none; .base-box { // bottom: 35px; - + pointer-events: all; height: 60px; background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); background: -moz-linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);