keycloak-scim/src/components/scroll-form/scroll-form.css
Sarah Rambacher 691708e5f2
Makes jumplinks work (#254)
* jumplinks on main content scroll but buggy

* update PF and move anchor to heading

* add fix for double highlight of jumplink

* mysterious change to unrelated test

* add yarn.lock
2020-12-11 18:34:18 +01:00

4 lines
58 B
CSS

.kc-scroll-form--sticky {
position: sticky;
top: 0;
}