How to remove whitespace when zoomed near scroll bar
Im using tailwind, when i zoom near the scrollbar there is small whitespace next to it, how do i remove/style it??


::-webkit-scrollbar {
@apply w-2;
}
::-webkit-scrollbar-track {
@apply bg-darkNavy;
}
::-webkit-scrollbar-thumb {
@apply bg-slate ring-2;
}