Skip to content

Commit e793a7a

Browse files
authored
Try hardcoding scroll-padding-top
1 parent acdff9c commit e793a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/static/css/pandas.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html {
2-
scroll-padding-top: calc(var(--pst-header-height) + 1rem);
2+
scroll-padding-top: 5rem;
33
}
44
body {
55
padding-top: 5em;

0 commit comments

Comments
 (0)