Skip to content

Commit

Permalink
Player controls pointerEvents: 'auto'
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Jun 28, 2024
1 parent 6070bd1 commit 84ab3f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions player/player.view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ namespace $.$$ {
},

Spread_cells: {
pointerEvents: 'auto',
Bubble: {
display: 'grid',
gridTemplateColumns: 'auto auto',
Expand Down Expand Up @@ -76,6 +77,14 @@ namespace $.$$ {
},
},

Symlabel: {
pointerEvents: 'auto',
},

Center: {
pointerEvents: 'auto',
},

Toogle_all: {
boxShadow: `0 0.5rem 0.5rem -0.5rem hsla(0,0%,0%,.5)`,
},
Expand Down

0 comments on commit 84ab3f0

Please sign in to comment.