Skip to content

Commit

Permalink
Add z-indexes to keep buttons on top
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkohei13 committed Apr 3, 2024
1 parent dbe7209 commit 6d1fb1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ textarea#description {
top: 3.3em;
padding: 0.8em 0 0.8em 0;
background-color: #F0F0F4;
z-index: 50;
}

.taxon_info {
Expand All @@ -386,6 +387,11 @@ textarea#description {
}

/* Buttons */

button, a.button {
z-index: 100;
}

a.button,
button {
border: 1px solid #1F74AD;
Expand Down

0 comments on commit 6d1fb1d

Please sign in to comment.