Fix improperly positioned sticky element
This commit is contained in:
@@ -330,7 +330,7 @@ body:hover .visually-hidden button {
|
||||
@include clearfix();
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 3em;
|
||||
top: 2em;
|
||||
|
||||
> * {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user