Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Sep 2, 2024
1 parent 6cb8b20 commit 696d597
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,14 @@ textarea {
/* Data menu */
.data-menu {
position: fixed;
bottom: 0;
left: 0;
bottom: 0;
padding: 10px 15px;
border: 5px var(--bg-1) solid;
border-left: none;
border-bottom: none;
border-radius: 0px 1rem 0px 0px;
background-color: var(--bg-3);
border-radius: 0 1rem 0 0;
}

/* Custom cehckbox */
Expand Down

0 comments on commit 696d597

Please sign in to comment.