Skip to content

Commit

Permalink
Merge pull request #12213 from rtibbles/surfin_safari
Browse files Browse the repository at this point in the history
Add transform to ensure proper layering in Safari.
  • Loading branch information
rtibbles authored May 27, 2024
2 parents c002270 + 04884db commit 01cfaeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kolibri/plugins/user_auth/assets/src/views/AuthBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@
position: relative;
z-index: 1;
display: table-row;
// Do this to mitigate issues with just using z-index on Safari.
transform: translateZ(1px);
}
.main-row {
Expand Down

0 comments on commit 01cfaeb

Please sign in to comment.