Defect Card fixed the overlap issue
This commit is contained in:
sheena 2023-03-02 16:30:01 +05:30
parent 3f8efc5cd8
commit 742ee8eeae

View file

@ -229,7 +229,7 @@ export default {
.overflow-scroll {
// Height will be determined by overall height of content above list
height: calc(100% - 314px);
height: calc(100% - 383px);
overflow-x: hidden !important;
-webkit-overflow-scrolling: touch;
}