fixed edit page scrolling again

parent 53630a5b
...@@ -22,16 +22,15 @@ ...@@ -22,16 +22,15 @@
left: 0; left: 0;
width: 100%; width: 100%;
background: white; background: white;
/* padding: 0px 20px 0px 20px; */ padding: 10px 20px;
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
/* text-align: center; */
/* padding-top: 30px; */
display: flex; display: flex;
justify-content: center; justify-content: flex-end;
align-items: center; align-items: center;
background-color: red;
} }
.form-footer-item{ .form-footer-item {
background-color: green; margin-right: 20px;
padding: 10px;
margin: auto 0;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment