Skip to content

Commit

Permalink
update inset size
Browse files Browse the repository at this point in the history
  • Loading branch information
joewdavies committed Jun 13, 2023
1 parent 0bb0099 commit b0d8f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/dorling.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/dorling.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ body {
}

/* insets */
/* allow mouse events to travel through insets background svg */
.dorling-insets {
pointer-events: none;
}
.dorling-insets * {
pointer-events: auto;
}
.dorling-insets {
position: absolute;
top: 5px;
Expand Down

0 comments on commit b0d8f3d

Please sign in to comment.