mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user