remove scroll bar

This commit is contained in:
Andrew 2022-01-11 20:26:39 -05:00
parent 751fffe4a3
commit 79e33cd295

View File

@ -110,6 +110,18 @@
</div>
<style>
/* Hide scrollbar for Chrome, Safari and Opera */
td::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
td {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
</style>
<!-- content-wrapper ends -->
{% end %}