Fix modal positioning in item detail

This commit is contained in:
Eike Kettner
2020-08-07 16:56:15 +02:00
parent 1d2b432e82
commit c0a7c0d62c
2 changed files with 7 additions and 6 deletions

View File

@ -602,7 +602,7 @@ viewModal settings mm =
in
div
[ classList
[ ( "ui inverted dimmer", True )
[ ( "ui inverted dimmer keep-small", True )
, ( "invisibe hidden", hidden )
, ( "active", not hidden )
]