Merge remote-tracking branch 'origin/develop' into feature/fullscreen

This commit is contained in:
Florian Scholdei
2020-10-14 22:49:30 +02:00
15 changed files with 229 additions and 90 deletions

View File

@@ -38,7 +38,7 @@ type Props = {
const FullSizedModal = styled(Modal)`
& .modal-card {
width: 98%;
max-height: 100vh;
max-height: 97vh;
}
`;