summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css
blob: 7a6944e169cd071cc0110161fb67edcce59d4391 (plain)
1
2
3
4
5
6
7
8
9
10
/* This makes the scrollbars visible on mac, both to humans and screenshots.*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 8px;
}