Skip to content

Commit

Permalink
style: safe area for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 21, 2021
1 parent 4b587f3 commit b09b3f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modals/task/track/TrackTaskModal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,13 @@

.client {
position: absolute;
bottom: 0;
bottom: env(safe-area-inset-bottom, 0);
right: 0;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
font-weight: 300;
}

@keyframes animate-button-icon {
Expand Down

0 comments on commit b09b3f4

Please sign in to comment.