Commit dc412d21 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: scrollbar styling

parent 96d9d344
...@@ -854,12 +854,12 @@ ...@@ -854,12 +854,12 @@
</div> </div>
<style> <style>
.scrollbar-none::-webkit-scrollbar { .scrollbar-none:active::-webkit-scrollbar-thumb,
display: none; /* for Chrome, Safari and Opera */ .scrollbar-none:focus::-webkit-scrollbar-thumb,
.scrollbar-none:hover::-webkit-scrollbar-thumb {
visibility: visible;
} }
.scrollbar-none::-webkit-scrollbar-thumb {
.scrollbar-none { visibility: hidden;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
} }
</style> </style>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment