From 742ee8eeae5c554f8598bb25a8a80d93f3376e90 Mon Sep 17 00:00:00 2001 From: sheena Date: Thu, 2 Mar 2023 16:30:01 +0530 Subject: [PATCH] SSR-277 Defect Card fixed the overlap issue --- src/digital-components/button-question/button-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 010eea5b..628b7c48 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -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; }