Skip to content

Commit fcbce5b

Browse files
committed
Make HTML hotspots larger
1 parent 68204bf commit fcbce5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/assets/scripts/annotation.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ export class Annotation extends Script {
157157
Object.assign(this._hotspot.style, {
158158
display: 'none',
159159
position: 'absolute',
160-
width: '18px',
161-
height: '18px',
160+
width: '30px',
161+
height: '30px',
162162
// backgroundColor: 'white',
163163
// border: '2px solid black',
164164
// borderRadius: '50%',

0 commit comments

Comments
 (0)