Remove unneeded max-heights

This commit is contained in:
mattwr18 2019-10-07 17:31:53 +02:00
parent cabd68f7d8
commit 0d5b334f66

View File

@ -201,15 +201,9 @@ export default {
border-top: $border-size-base solid $border-color-softest;
}
.contribution-image {
max-height: 710px;
}
.crop-overlay {
max-height: 710px;
position: relative;
width: 100%;
// height: 100%;
z-index: 9999;
background-color: #000;
}
@ -220,7 +214,4 @@ export default {
top: 10px;
z-index: 9999;
}
.thumbnail-preview {
max-height: 710px;
}
</style>