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;
}
::-webkit-scrollbar {
@apply w-2;
}

::-webkit-scrollbar-track {
@apply bg-darkNavy;
}

::-webkit-scrollbar-thumb {
@apply bg-slate ring-2;
}
No description
No description
4 Replies
Avinash
Avinash3mo ago
if i try to inspect, then the whitespace is not available
Jochem
Jochem3mo ago
it's still going to help others a lot if they can inspect themselves, so please share your code
Mannix
Mannix3mo ago
is that default white color of the body ?
Avinash
Avinash3mo ago
Yeah.. i changed the body color and its working now :thanks:
Want results from more Discord servers?
Add your server
More Posts