This commit is contained in:
tiago.kayaya
2021-12-08 16:06:39 +01:00
parent 57e47bd9cd
commit 66fd551f66
+10 -1
View File
@@ -56,7 +56,7 @@
overflow: auto !important;
.media-content{
height: 100% !important;
height: fit-content !important;
overflow: auto !important;
img{
width: fit-content !important;
@@ -66,5 +66,14 @@
}
@media only screen and (min-width: 800px) {
.media {
.media-content{
height: 100% !important;
}
}
}