Skip to content

Commit 9a901b7

Browse files
authored
fix: Fix emoji picker mask issue. (#23)
Close #22
1 parent 6c0f668 commit 9a901b7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/styles/footer.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
padding: 40px 0 0 0;
55
flex-grow: 0;
66
opacity: .5;
7+
position: relative;
8+
z-index: -1;
79

810
&__inner {
911
display: flex;

src/styles/pagination.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
text-align: center;
88
position: relative;
99
margin: 100px 0 20px;
10+
z-index: -1;
1011

1112
&-h {
1213
text-align: center;

0 commit comments

Comments
 (0)