trying to fix scroll on mobile

master
Tancre 3 years ago
parent 716f8750c0
commit 2b622fb0c0

@ -268,14 +268,10 @@ button {
transform: scale(0.8);
}
#dragZone {
display: inline;
}
.corpi {
min-width: unset !important;
max-width: unset !important;
width: unset !important;
width: 85% !important;
height: auto !important;
top: unset !important;
right: unset !important;
@ -287,6 +283,8 @@ button {
cursor: unset !important;
border-radius: unset !important;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}
.closable {

Loading…
Cancel
Save