Commit 81d4bf8b087bcd69bc89b9f9855ddefe7d88f252

Authored by Alexey Boroda
1 parent b82279d4

-Form fix

frontend/web/css/style.css
@@ -1060,7 +1060,7 @@ ul.main-menu li:first-child ul li a:before {display: none;} @@ -1060,7 +1060,7 @@ ul.main-menu li:first-child ul li a:before {display: none;}
1060 .modal-form, #success-form { 1060 .modal-form, #success-form {
1061 width: 810px; 1061 width: 810px;
1062 background: #fff; 1062 background: #fff;
1063 - position: absolute; 1063 + position: fixed;
1064 left: 50%; 1064 left: 50%;
1065 margin-left: -405px; 1065 margin-left: -405px;
1066 top: 20px; 1066 top: 20px;
frontend/web/css/style.min.css
@@ -1214,7 +1214,7 @@ ul.main-menu li:first-child ul li a:before { @@ -1214,7 +1214,7 @@ ul.main-menu li:first-child ul li a:before {
1214 #success-form, .modal-form { 1214 #success-form, .modal-form {
1215 width: 810px; 1215 width: 810px;
1216 background: #fff; 1216 background: #fff;
1217 - position: absolute; 1217 + position: fixed;
1218 left: 50%; 1218 left: 50%;
1219 margin-left: -405px; 1219 margin-left: -405px;
1220 top: 20px; 1220 top: 20px;