MediaWiki

Gadget-tweaks.css

From Dogcraft Wiki

mNo edit summary
mNo edit summary
Tag: Reverted
Line 1: Line 1:
html {
scroll-behavior: smooth;
}
:has(:target) {
:has(:target) {
   scroll-padding-top: calc(110px + 2rem);
   scroll-padding-top: calc(110px + 2rem);

Revision as of 14:16, 27 January 2026

html {
	scroll-behavior: smooth;
}

:has(:target) {
  scroll-padding-top: calc(110px + 2rem);
  scroll-padding-left: 0;
  scroll-padding-right: 0;
  scroll-padding-bottom: 0;
}
This page was last modified on 27 January 2026, at 14:16. (13 hours ago)