Skip to content

Commit

Permalink
Merge pull request #468 from RadhikaMalpani1702/main
Browse files Browse the repository at this point in the history
Fixed: The Feedback is Overlapping Navbar and Footer
  • Loading branch information
ayush-t02 authored Jul 8, 2024
2 parents 43f9256 + 19cf293 commit af9879d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,16 @@
.form-container {
display: none;
position: fixed;
top: 0;
top: 10px;
left: 0;
width: 100%;
height: 80%;
height: 5%;
justify-content: center;
align-items: center;
margin-left: 200px;
margin-top: 70px;
padding: 15px;
margin-left: 40px;
margin-top: 300px;

z-index: 999;
}

.form-content {
Expand Down

0 comments on commit af9879d

Please sign in to comment.