👌 IMPROVE: Ajustements et Hotfix
This commit is contained in:
@ -112,7 +112,7 @@ a, .important {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.form-result {
|
||||
margin-top: 25px;
|
||||
margin: 30px;
|
||||
}
|
||||
.form-success {
|
||||
color: #90EE90;
|
||||
|
2
website/public/js/extraHeightCSS.js
Normal file
2
website/public/js/extraHeightCSS.js
Normal file
@ -0,0 +1,2 @@
|
||||
reactSwipeableExtraHeight = document.querySelector('.react-swipeable-view-container');
|
||||
reactSwipeableExtraHeight.parentElement.style = "height: 400px; overflow-x: hidden;";
|
Reference in New Issue
Block a user