make entire sticky banner pointer-events:auto

This commit is contained in:
Nolan Lawson 2018-04-04 20:32:54 -07:00
parent b17b554965
commit 8d6cb56421
1 changed files with 1 additions and 2 deletions

View File

@ -56,14 +56,13 @@
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
pointer-events: none;
} }
.compose-box-button-wrapper.compose-button-sticky { .compose-box-button-wrapper.compose-button-sticky {
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
top: 10px; top: 10px;
z-index: 1000; z-index: 5000;
} }
.compose-content-warning-wrapper { .compose-content-warning-wrapper {