Skip to content

Commit 088d40f

Browse files
committed
fix(footer): overlapping elements
1 parent 1a26ac4 commit 088d40f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/styles/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,15 @@ footer {
314314
}
315315
footer > header {
316316
height: 100%;
317+
width: max-content;
318+
margin: 0 auto;
317319
}
318320
footer > aside {
319321
position: absolute;
320322
top: 0;
321323
left: 0;
322324
padding: 0 5px;
323325
height: 100%;
326+
z-index: -1;
324327
}
325328
}

src/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'v1.1.2';
1+
const CACHE_NAME = 'v1.1.3';
22

33
const FILES_TO_CACHE = [
44
'./images/apple-touch-icon-192x192.webp',

0 commit comments

Comments
 (0)