diff --git a/src/components/Popup/popup.css b/src/components/Popup/popup.css index 62ef46d..6a1a406 100644 --- a/src/components/Popup/popup.css +++ b/src/components/Popup/popup.css @@ -13,6 +13,15 @@ z-index: 1000; animation: fadeIn 0.3s ease; } + .description { + text-align: left; + max-height:50vh; + overflow-y: scroll; + + } + .description::-webkit-scrollbar{ + display:none; + } .popup-correct { border: 3px solid #28a745;