Commit d2f6c066 by Michael Pastushkov

fix

parent 53c0815c
...@@ -159,14 +159,16 @@ ...@@ -159,14 +159,16 @@
/* Sticky in-content scroll indicator (same behavior as the earlier file) */ /* Sticky in-content scroll indicator (same behavior as the earlier file) */
#scrollDownBtn { #scrollDownBtn {
position: sticky; position: sticky;
/* inside scrollable main */
margin-left: auto; margin-left: auto;
bottom: 1rem; bottom: 1rem;
align-self: flex-end; align-self: flex-end;
right: 1rem; right: 1rem;
transform: translate(-1rem, 0); transform: translate(-1rem, 0);
z-index: 1030; z-index: 1030;
display: none; display: inline-flex;
/* <--- force visible */
align-items: center;
justify-content: center;
border: none; border: none;
border-radius: 999px; border-radius: 999px;
width: 36px; width: 36px;
......
...@@ -159,16 +159,14 @@ ...@@ -159,16 +159,14 @@
/* Sticky in-content scroll indicator (same behavior as the earlier file) */ /* Sticky in-content scroll indicator (same behavior as the earlier file) */
#scrollDownBtn { #scrollDownBtn {
position: sticky; position: sticky;
/* inside scrollable main */
margin-left: auto; margin-left: auto;
bottom: 1rem; bottom: 1rem;
align-self: flex-end; align-self: flex-end;
right: 1rem; right: 1rem;
transform: translate(-1rem, 0); transform: translate(-1rem, 0);
z-index: 1030; z-index: 1030;
display: inline-flex; display: none;
/* <--- force visible */
align-items: center;
justify-content: center;
border: none; border: none;
border-radius: 999px; border-radius: 999px;
width: 36px; width: 36px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment