style: prevent drag on image preview switch

This commit is contained in:
kangfenmao 2024-10-31 11:38:37 +08:00
parent 8fd1855838
commit 8408f2ebb8

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;
}