Merge pull request #2895 from tomtjes/fix-iOS-view

Fix iOS view
This commit is contained in:
vabene1111
2024-01-22 14:17:28 +01:00
committed by GitHub
3 changed files with 16 additions and 2 deletions

View File

@ -1321,3 +1321,9 @@ textarea:not(.form-control) {
border: 0 !important;
}
</style>
<style scoped>
.row.fixed-bottom {
margin: 0;
}
</style>

View File

@ -108,4 +108,4 @@ export default {
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
</style>
</style>