Skip to content

Commit 59d67ad

Browse files
authored
Merge pull request #3 from deepsweet/fix-toggle-buttons
Fix toggle buttons not showing on mobile
2 parents 1dfb997 + 756fcd5 commit 59d67ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lekplats/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276

277277
.toggle {
278278
position: absolute;
279+
z-index: 1000;
279280
bottom: 40px;
280281
right: 40px;
281282
background-color: #eee;

0 commit comments

Comments
 (0)