Merge pull request #600 from Stremio/fix-tooltip-styles

Fix: Tooltip was visible on mobile causing overflow
This commit is contained in:
Tim 2024-03-05 15:14:28 +01:00 committed by GitHub
commit 46bcf240b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,6 +184,10 @@ html {
.toasts-container {
padding: 0 1rem;
}
.tooltip-container {
display: none;
}
}
}
}