contact scrolling section fixed #21

Merged
victor.ebuka merged 1 commits from scroll-fix into master 2025-01-23 20:17:08 +00:00
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Comments(){
<div className="row justify-content-center">
<div className="col-12">
<div className="text-center mail-sidebar-title px-4">
<a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18">className= <i className="fa fa-plus pl-2"></i></a>
<a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18"><i className="fa fa-plus pl-2"></i></a>
</div>
</div>
<div className="col-12">
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Contacts(){
<div className="row justify-content-center">
<div className="col-12">
<div className="text-center mail-sidebar-title px-4">
<a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18">className= <i className="fa fa-plus pl-2"></i></a>
<a href="javascript:void(0)" className="btn btn-primary btn-block py-3 font-weight-bold font-18"><i className="fa fa-plus pl-2"></i></a>
</div>
</div>
<div className="col-12">
+4 -2
View File
@@ -40,8 +40,10 @@
align-items: center;
}
.mail-msg{
max-height: 747px;
overflow: hidden;
max-height: 500px;
min-height: 400px;
// max-height: 747px;
overflow-y: auto;
outline: none;
@include laptop {
max-height: 450px;