Skip to content

Commit

Permalink
fix positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rccsousa committed Nov 7, 2024
1 parent 68bbee8 commit 2f6503c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/AdminPannel/AdminPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}

.admin-options {
position: absolute;
top: 20px;
right: 60%;
position: fixed;
top: 0px;
left: 20%;
display: flex;
flex-direction: column;
text-align: left;
Expand Down

0 comments on commit 2f6503c

Please sign in to comment.