There is no direct way or CSS property to check if a scrollbar is present with only CSS. We don't write any logic which are conditional in CSS because CSS doesn't have that property. We can try the way which is helpful to style our elements differently on basis of scrollbar visibility by using CSS pseudo elements and media queries. By using this also we can't find the exact solution but it might help.