Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix border style
Browse files Browse the repository at this point in the history
  • Loading branch information
JP-Artsol committed Nov 17, 2022
1 parent d29075a commit 561b9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ChatWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,12 @@ export default {
.twc-ios-keyboard-shown {
transition: 0.3s ease-in-out !important;
height: calc(66% - 62px) !important;
border: 5px solid green;
top: calc(34% + 63px) !important;
position: fixed !important;
}
.twc-ios-keyboard-hidden {
transition: 0.2s ease-in-out !important;
height: 100% !important;
border: 5px solid red;
top: 0px !important;
position: fixed !important;
}
Expand Down

0 comments on commit 561b9af

Please sign in to comment.