-
-
-
+
+
@@ -450,7 +452,6 @@ onMounted(async () => {
left: 0;
height: 100%;
width: 100%;
- //padding: 15px 15px;
}
.conversation-container {
@@ -569,6 +570,12 @@ onMounted(async () => {
font-size: 18px;
font-weight: bold;
}
+
+ .btns {
+ display: flex;
+ width: 300px;
+ justify-content: space-between;
+ }
}
}
@@ -577,6 +584,8 @@ onMounted(async () => {
margin: 0;
padding: 0;
position: relative;
+ height: 100%;
+ width: 100%;
.message-container {
position: absolute;
@@ -586,8 +595,9 @@ onMounted(async () => {
right: 0;
//width: 100%;
//height: 100%;
- overflow-y: scroll;
- padding: 0 15px;
+ overflow-y: hidden;
+ padding: 0;
+ margin: 0;
}
}