Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Jan 11, 2025
1 parent 14a47a0 commit 86846e1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions core/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ body {
#settingsMenu {
display: none;
position: absolute;
top: 40px;
right: 669px;
top: 60px;
left: 60px;
color: blue;
opacity: 89%;
background-color: #ddd;
Expand Down Expand Up @@ -352,15 +352,4 @@ footer {
display: absolute;
}

#settingsMenu {
position: fixed;
top: 60px; /* Adjust to push it below your header or other elements */
left: 10px; /* Add some breathing room on the sides */
right: 10px;
width: auto; /* Let it resize for mobile screens */
margin: 0 auto;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
z-index: 9999;
}

}

0 comments on commit 86846e1

Please sign in to comment.