make entire sticky banner pointer-events:auto
This commit is contained in:
parent
b17b554965
commit
8d6cb56421
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue