Skip to content

Commit

Permalink
fix safari cant click bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielruss committed Nov 28, 2023
1 parent 43c3971 commit a6660a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ActiveLogic.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ input[type="text"] {
.quest-grid > .nr {
grid-column-start: 1;
text-align: start;
align-self: center;
}

ul.quest-grid{
Expand All @@ -87,7 +88,7 @@ ul.quest-grid{
@media screen and (min-width: 576px) {
ul.quest-grid input{
display: inline;
height: 100%;
height: 1rem;
}
ul.quest-grid label{
display: none;
Expand Down

0 comments on commit a6660a1

Please sign in to comment.