blob: 7a6944e169cd071cc0110161fb67edcce59d4391 [file] [log] [blame]
/* 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;
}