Skip to content

Instantly share code, notes, and snippets.

@dpw1
Created June 15, 2021 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpw1/e53c3dffd9cb43d49274f8df5d91a499 to your computer and use it in GitHub Desktop.
Save dpw1/e53c3dffd9cb43d49274f8df5d91a499 to your computer and use it in GitHub Desktop.
Shopify's Brooklyn Theme Sticky Description
@media (min-width: 767px){
[class*='product-single__meta--']{
position: sticky;
top: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment