Skip to content

Commit

Permalink
ChatPopup fix for Safari 9
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Feb 26, 2020
1 parent 6cc6b17 commit 6fcedd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/ChatPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ export default {
font-weight: bold;
order: 1;
z-index: 1000;
flex-shrink: 0;
}
.chatTitle div {
Expand All @@ -816,7 +815,6 @@ export default {
order: 4;
justify-content: flex-end;
background-color: $color-white;
flex-shrink: 0;
}
::v-deep .dropdown-toggle {
Expand Down
2 changes: 2 additions & 0 deletions components/ChatPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
color: $color-white;
font-weight: bold;
order: 1;
flex-shrink: 0;
}
.chatWarning {
Expand All @@ -179,6 +180,7 @@
order: 4;
justify-content: flex-end;
background-color: $color-white;
flex-shrink: 0;
}
</style>

Expand Down

0 comments on commit 6fcedd6

Please sign in to comment.