diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 9aab4a57e7a..094c3501e06 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -2086,12 +2086,6 @@ h2.anchor.clicked a.hash-link:before { color: #fff; /* Change color on hover if desired */ } -.scroll-table { - max-width: 100%; /* Set the maximum width for the table */ - overflow-x: auto; /* Add a scrollbar if content overflows */ - white-space: nowrap; /* Prevent table cell content from wrapping */ -} - @media (max-width: 996px) { .quickstart-container { flex-direction: column;