@@ -1,6 +1,11 @@
body{
position: relative;
- min-width: 1200px;
+ min-width: 1200px;
+ padding-right: 0px !important;
+}
+*.modal-open {
+ overflow-y: scroll;
+ padding-right: 0 !important;
}
form{
margin: 0px;
@@ -358,4 +358,14 @@ input:-ms-input-placeholder {
font-size: 12px;
width: 100%;
text-align: center;
+ overflow-y: hidden !important;
+.modal-open .modal{
+body{
+ overflow-y:hidden !important;