Skip to content

Commit

Permalink
force opacity:1 to on disabled <input> hopefully fix Safari CSS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Palabola committed Oct 21, 2024
1 parent c843d41 commit 16c74cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/landingpage/landingpage.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
width: 210px;
height: 64px;
border-radius: 8px;
opacity: 1 !important;
}

.ram_input {
position: absolute;
left: 190px;
Expand Down

0 comments on commit 16c74cf

Please sign in to comment.