mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-21 01:13:49 +01:00
make entire sticky banner pointer-events:auto
This commit is contained in:
parent
b17b554965
commit
8d6cb56421
@ -56,14 +56,13 @@
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.compose-box-button-wrapper.compose-button-sticky {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
z-index: 1000;
|
||||
z-index: 5000;
|
||||
}
|
||||
|
||||
.compose-content-warning-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user