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 3442bba4c2
commit eda5fd30d2
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;