Commit d2f6c066 by Michael Pastushkov

fix

parent 53c0815c
......@@ -159,14 +159,16 @@
/* Sticky in-content scroll indicator (same behavior as the earlier file) */
#scrollDownBtn {
position: sticky;
/* inside scrollable main */
margin-left: auto;
bottom: 1rem;
align-self: flex-end;
right: 1rem;
transform: translate(-1rem, 0);
z-index: 1030;
display: none;
display: inline-flex;
/* <--- force visible */
align-items: center;
justify-content: center;
border: none;
border-radius: 999px;
width: 36px;
......
......@@ -159,16 +159,14 @@
/* Sticky in-content scroll indicator (same behavior as the earlier file) */
#scrollDownBtn {
position: sticky;
/* inside scrollable main */
margin-left: auto;
bottom: 1rem;
align-self: flex-end;
right: 1rem;
transform: translate(-1rem, 0);
z-index: 1030;
display: inline-flex;
/* <--- force visible */
align-items: center;
justify-content: center;
display: none;
border: none;
border-radius: 999px;
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