@@ -161,3 +161,6 @@ body .rc-virtual-list-scrollbar {
body .rc-virtual-list-scrollbar-thumb {
background-color: #D3B453 !important;
}
+.adm-image-viewer-image-wrapper img {
+ pointer-events: none;
+}
@@ -206,4 +206,10 @@ body {
+// .ant-image-preview-img-wrapper img {
+// pointer-events: none !important;
+// }
@@ -5,7 +5,12 @@
width: 100%;
height: 100%;
position: relative;
- .lookImg{
+
+ img {
+ }
+ .lookImg{
cursor: pointer;
transition: opacity .3s;
opacity: 0;
@@ -95,6 +95,8 @@
content-visibility: auto;
contain-intrinsic-size: 48% 200px;
.adm-image {
height: 166px;
@@ -103,6 +105,7 @@
object-fit: cover !important;
@@ -144,6 +144,7 @@
object-fit: contain !important;