mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat(core): ✨ reduce scroll top padding
This should place the scroll target close to content header
This commit is contained in:
parent
6b9fe9c2fa
commit
9b9b3613c3
|
@ -3,7 +3,7 @@
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
// Not ideal but it works
|
// Not ideal but it works
|
||||||
scroll-padding-top: 10rem;
|
scroll-padding-top: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
Loading…
Reference in a new issue