Skip to content

Commit a82b949

Browse files
committed
bugfix: styling with floating button z-index on public page html
1 parent ed64962 commit a82b949

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/public/page.html

+5
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@
162162
z-index: 20;
163163
}
164164

165+
.floating-action-button {
166+
z-index: 20;
167+
}
168+
165169
main {
166170
line-height: 1.6;
167171
position: relative;
@@ -188,6 +192,7 @@
188192
bottom: 0.5rem;
189193
left: 0.5rem;
190194
text-decoration: none;
195+
z-index: 20;
191196
}
192197

193198
.made-with-love {

0 commit comments

Comments
 (0)