Fix notification menu height / transparency issue in firefox
This commit is contained in:
parent
7cdeb9593f
commit
eea0ec16e0
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ reach-portal {
|
||||||
|
|
||||||
.menu__list--notifications-list {
|
.menu__list--notifications-list {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 388px;
|
max-height: 388px;
|
||||||
.menu__list--notification {
|
.menu__list--notification {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
|
|
Loading…
Reference in a new issue