trying to fix scroll on mobile

master
Tancre 3 years ago
parent 716f8750c0
commit 2b622fb0c0

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

Loading…
Cancel
Save