diff options
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/style.css | 1 | ||||
-rw-r--r-- | web/static/sw.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index 57c670a..6256709 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -370,6 +370,7 @@ body { height: 100%; filter: drop-shadow(0 0 0.4rem #111); + overflow: visible; } @keyframes throw-anim { diff --git a/web/static/sw.js b/web/static/sw.js index ac42ae1..3e3ccfd 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '11'; +const CACHE_VERSION = '12'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |