This commit is contained in:
Naiel
2025-05-29 14:58:32 +02:00
committed by GitHub
parent b22cfe43c3
commit 0f364b90b9
3 changed files with 3 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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)
};

2
sw.js
View File

@@ -1,4 +1,4 @@
var cacheName = 'telesec_2025-05-29_6';
var cacheName = 'telesec_2025-05-29_7';
self.addEventListener('install', event => {
event.waitUntil(