Skip to content

Commit 5c10112

Browse files
committed
fix bbox display bug
1 parent 8180b63 commit 5c10112

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed
Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
#screenshot-bbox {
2-
box-sizing: border-box;
3-
border: 2px dashed rgba(255, 72, 0, 0.829);
4-
background-color: rgba(182, 238, 144, 0.26);
5-
}
6-
71
.no-select {
82
-webkit-touch-callout: none;
93
-webkit-user-select: none;
@@ -13,3 +7,15 @@
137
user-select: none;
148
cursor: crosshair;
159
}
10+
11+
#screenshot-bbox {
12+
box-sizing: border-box;
13+
border: 2px dashed rgba(255, 72, 0, 0.829);
14+
background-color: rgba(182, 238, 144, 0.26);
15+
16+
display: none;
17+
}
18+
19+
.no-select #screenshot-bbox {
20+
display: block;
21+
}

0 commit comments

Comments
 (0)