Skip to content

Commit

Permalink
Add transform to ensure proper layering in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed May 27, 2024
1 parent c002270 commit 04884db
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 04884db

Please sign in to comment.