diff --git a/css/style.css b/css/style.css index 953d746..42b6004 100644 --- a/css/style.css +++ b/css/style.css @@ -769,7 +769,7 @@ .collect-coupons{ display: none; width: calc(100% - 1rem); - height: 88vh; + height: 60vh; transform: translate(-50%,-50%); background-color: #ffffff; border-radius: .3rem; @@ -785,10 +785,14 @@ } .collect-coupons-list{ width: 100%; - max-height: calc(88vh - 1rem); + max-height: calc(60vh - 1rem); overflow-y: auto; - position: relative; } +.collect-coupons-list::-webkit-scrollbar { + width: 0; + height: 0; + opacity: 0; + } .collect-coupons-list>.item:first-child{ margin-bottom: .2rem !important; }