From 498b4a78f7d1bf11bc120fe792bc18ceb6f468f3 Mon Sep 17 00:00:00 2001 From: gkatrakazas Date: Mon, 2 Dec 2024 15:32:03 +0200 Subject: [PATCH] Remove scrollbar on mobile screen HistoryContent --- src/components/History/HistoryDetailContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/History/HistoryDetailContent.js b/src/components/History/HistoryDetailContent.js index fb55694f..7fa31a1f 100644 --- a/src/components/History/HistoryDetailContent.js +++ b/src/components/History/HistoryDetailContent.js @@ -36,7 +36,7 @@ const HistoryDetailContent = ({ historyItem }) => { {/* Render details of the currently selected credential */} {historyItem[currentSlide - 1] && ( -
+
)}