1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-02-01 07:40:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

19 lines
429 B
CSS

img#fake-image,
.jcrop-holder,
.jcrop-holder img,
.jcrop-tracker {
width: 100% !important; height: 100% !important;
max-width: 100% !important; max-height: 100% !important;
min-width: 100% !important; min-height: 100% !important;
}
img#fake-image {
position: fixed; top: 0; left: 0; z-index: 1;
}
.jcrop-holder {
position: fixed !important; top: 0 !important; left: 0 !important;
z-index: 2147483647 !important;
}