Merge pull request #19636 from overleaf/ds-table-header-sticky-2

Plans page - Making the features table header sticky

GitOrigin-RevId: 37976acfbdcc671178ef5613b2e9eb6d02c70296
This commit is contained in:
Davinder Singh 2024-07-29 16:35:21 +01:00 committed by Copybot
parent a4992f6970
commit 1b23c1da09
2 changed files with 10 additions and 0 deletions

View file

@ -638,6 +638,12 @@
.plans-features-table-mobile {
width: 100%;
.plans-features-table-sticky-header {
position: sticky;
top: 0;
}
.plans-features-table-header {
margin-bottom: var(--space-08);
}

View file

@ -1,5 +1,9 @@
@cta-card-bg-color: var(--dark-jungle-green);
.website-redesign-overflow-unset {
overflow: unset !important;
}
.website-redesign {
// hero section of features, enterprises, and universities will have an image that will overflow the page
overflow-x: hidden;