SSR-277
Defect Card fixed the overlap issue
This commit is contained in:
parent
3f8efc5cd8
commit
742ee8eeae
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ export default {
|
||||||
|
|
||||||
.overflow-scroll {
|
.overflow-scroll {
|
||||||
// Height will be determined by overall height of content above list
|
// Height will be determined by overall height of content above list
|
||||||
height: calc(100% - 314px);
|
height: calc(100% - 383px);
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue