style: prevent drag on image preview switch

This commit is contained in:
kangfenmao 2024-10-31 11:38:37 +08:00
parent 63e5972dd2
commit fb564733e4

View File

@ -2,6 +2,10 @@
resize: none;
}
.ant-image-preview-switch-left {
-webkit-app-region: no-drag;
}
.ant-btn:not(:disabled):focus-visible {
outline: none;
}