1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

fix: stream picture doesnt overlap dialogs anymore

fixes #47
This commit is contained in:
Ash Keel 2023-02-02 21:32:50 +01:00
parent 33a577cbc1
commit b06ed39e6a
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -50,7 +50,6 @@ const LiveIndicator = styled('div', {
alignItems: 'center',
justifyContent: 'center',
fontWeight: 'bold',
zIndex: 2,
backgroundSize: 'cover',
backgroundPosition: 'center',
});