diff --git a/app/globals.css b/app/globals.css index 6387217..4e7beeb 100644 --- a/app/globals.css +++ b/app/globals.css @@ -296,6 +296,14 @@ html { height: 10px; } +.scroll-h-sm { + padding-bottom: 10px; +} + +.scroll-h-sm::-webkit-scrollbar { + height: 5px !important; +} + .opacity-page { animation: loadPageOpacity; animation-duration: 1s; diff --git a/components/clinic/components/about/ListBime.js b/components/clinic/components/about/ListBime.js index b092756..528f0b7 100644 --- a/components/clinic/components/about/ListBime.js +++ b/components/clinic/components/about/ListBime.js @@ -3,7 +3,7 @@ import Image from "next/image"; function ListBime({ data, loading }) { return ( -