aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.css
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-09-22 22:24:52 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-22 22:24:52 +0200
commit24d10feebd0c9802b1082e88bf165902885591aa (patch)
tree02247117b1177536692c0a7a6e9a4b62f081f41e /p/themes/base-theme/frss.css
parent20c1d06e6258b211fb208fc885ad4e2d6e4a4094 (diff)
Fix: (#6815) share menu shortcut (#6825)
* function show_share_menu(el) * scroll list if share button is not visible * refactor
Diffstat (limited to 'p/themes/base-theme/frss.css')
-rw-r--r--p/themes/base-theme/frss.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 9382e9d39..0c53deb06 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -708,6 +708,8 @@ input[type="checkbox"]:focus-visible {
min-width: 200px;
position: absolute;
right: 0;
+ scroll-margin-top: 2rem;
+ scroll-margin-bottom: 2rem;
}
.dropdown-menu::after {