CE-740 Better table styles (scrolling, gutters, bg & border)

This commit is contained in:
2023-11-21 11:02:55 -06:00
parent 13a918441c
commit 92516a2eb0
3 changed files with 31 additions and 18 deletions

View File

@ -564,14 +564,3 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
display: inline;
right: .5rem
}
.hideScrollbars::-webkit-scrollbar {
background: transparent; /* Chrome/Safari/Webkit */
width: 0;
}
.hideScrollbars {
padding-right: 8px; /* pad-right for about half the width of a scrollbar.. */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}