From 40d06df325fae8a1023fc1c2577738ab40b22f69 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:55:20 +0000 Subject: [PATCH] offers: fix overflow bar --- basicswap/templates/offers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 8a872da..e68f1b4 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -337,7 +337,7 @@ function getWebSocketConfig() { <div class="container mt-5 mx-auto px-4"> <div class="pt-0 pb-6 bg-coolGray-100 dark:bg-gray-500 rounded-xl"> <div class="px-0"> - <div class="w-auto mt-6 overflow-hidden md:overflow-hidden sm:overflow-auto"> + <div class="w-auto mt-6 sm:overflow-auto"> <table class="w-full min-w-max"> <thead class="uppercase"> <tr>