Revert "Fix: scroll for large tables"

This reverts commit 9fd017013e65cb55e3f21283cd82186db27a0f50.
This commit is contained in:
shamoon 2024-04-21 16:24:33 -07:00
parent 9fd017013e
commit 6bfa0f4b2b

View File

@ -1,18 +1,8 @@
// horizontal scrolling for large table contents
.card.border {
overflow-x: auto;
}
// hide caret on mobile dropdown // hide caret on mobile dropdown
.d-block.d-sm-none .dropdown-toggle::after { .d-block.d-sm-none .dropdown-toggle::after {
display: none; display: none;
} }
// dropdown menu can flow outside the tables bounding box
.dropdown-menu.show {
position: fixed !important;
}
tbody tr:last-child td { tbody tr:last-child td {
border-bottom: none !important; border-bottom: none !important;
} }