Skip to content

Commit 193d357

Browse files
committed
Fix bug with the footer shadow showing through the item
1 parent d010986 commit 193d357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app-template.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ label[for='toggle-all'] {
301301
left: 0;
302302
height: 50px;
303303
z-index: -1;
304+
overflow: hidden;
304305
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
305306
0 6px 0 -3px rgba(255, 255, 255, 0.8),
306307
0 7px 1px -3px rgba(0, 0, 0, 0.3),

0 commit comments

Comments
 (0)