mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Workaround for https://github.com/lijinke666/react-music-player/issues/351
This commit is contained in:
parent
8241aa0e13
commit
c5544df7d9
@ -41,6 +41,9 @@ const useStyle = makeStyles(
|
||||
},
|
||||
player: {
|
||||
display: (props) => (props.visible ? 'block' : 'none'),
|
||||
'& .play-mode-title': {
|
||||
'pointer-events': 'none',
|
||||
},
|
||||
},
|
||||
}),
|
||||
{ name: 'NDAudioPlayer' }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user