mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 16:52:33 +00: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:
parent
a4992f6970
commit
1b23c1da09
2 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue