GWM : header scroller code

This commit is contained in:
bitbucket 2024-08-30 09:23:33 +05:30
parent b21339c99d
commit bbfd1b6e82

View File

@ -59,6 +59,19 @@
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<style>
::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background-color: #797a7c;
border-radius: 15px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
/* .navbar-custom{
height: 55px;
}