mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 00:45:13 +08:00
合并网页截图功能(张君秋的代码)
This commit is contained in:
18
packages/shell-chrome/assets/html/screenshot/css/content.css
Normal file
18
packages/shell-chrome/assets/html/screenshot/css/content.css
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user