hide search scrollbar

This commit is contained in:
gurusabarish
2022-12-08 00:24:54 +05:30
parent 63cb28aa72
commit 7d826646dc
+6
View File
@@ -70,6 +70,8 @@ li > .dropdown-toggle:focus{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} }
#search-content { #search-content {
-ms-scroll-chaining: none;
scrollbar-width: none;
display: none; display: none;
border-radius: 1rem; border-radius: 1rem;
box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2);
@@ -81,6 +83,10 @@ li > .dropdown-toggle:focus{
overflow: scroll; overflow: scroll;
} }
#search-content::-webkit-scrollbar {
display: none;
}
#search-results > .card { #search-results > .card {
background-color: transparent !important; background-color: transparent !important;
border: none; border: none;