fix entry btns overflow
This commit is contained in:
parent
0de94435e1
commit
cf7cfe0f44
3 changed files with 6 additions and 8 deletions
|
|
@ -54,6 +54,7 @@
|
|||
/* ================= ENTRY BTNS ================= */
|
||||
#entry-btns {
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: calc(var(--unit--vertical) * 3);
|
||||
height: 20svh;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue