From 0f364b90b9baab16c51317e8776f20be32cf9716 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 29 May 2025 14:58:32 +0200 Subject: [PATCH] update --- index.html | 3 +-- static/doublescroll.js | 2 +- sw.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1c8b4b8..e720b21 100644 --- a/index.html +++ b/index.html @@ -193,10 +193,9 @@ table { display: block; - overflow-x: scroll; line-break: loose; width: fit-content; - min-width: 600px; + min-width: 400px; border: 1px solid black; } diff --git a/static/doublescroll.js b/static/doublescroll.js index 0ef8c5a..5d40067 100644 --- a/static/doublescroll.js +++ b/static/doublescroll.js @@ -31,7 +31,7 @@ 'overflow-y': 'hidden' }, onlyIfScroll: false, // top scrollbar is not shown if the bottom one is not present - resetOnWindowResize: false, // recompute the top ScrollBar requirements when the window is resized + resetOnWindowResize: true, // recompute the top ScrollBar requirements when the window is resized timeToWaitForResize: 3 // wait for the last update event (usefull when browser fire resize event constantly during ressing) }; diff --git a/sw.js b/sw.js index 6765f13..28c2177 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var cacheName = 'telesec_2025-05-29_6'; +var cacheName = 'telesec_2025-05-29_7'; self.addEventListener('install', event => { event.waitUntil(