{BUGFIX} For image in modal

This commit is contained in:
Damien Broqua 2024-01-05 12:30:54 +01:00
parent 6994170a04
commit 960f53ab54

View File

@ -69,8 +69,9 @@
position: relative;
width: 300px;
margin: 0 auto;
display: flex;
flex-direction: column;
// display: flex;
// flex-direction: column;
text-align: center;
max-height: calc(100vh - 40px);
overflow: hidden;
@ -132,5 +133,9 @@
margin-right: .5em;
}
}
img {
max-width: 100%;
max-height: 100%;
}
}
}