Skip to content

Commit

Permalink
Merge pull request #986 from appwrite/update-sticky-position-location…
Browse files Browse the repository at this point in the history
…-code-in-docs

On wide Docs pages - Update sticky position location of code box when scrolling
  • Loading branch information
eldadfux authored May 27, 2024
2 parents 7eaf413 + 08c778a commit 41bf5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/9-grids/_grid-huge-navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--p-grid-huge-navs-padding-inline: #{pxToRem(32)};
--p-grid-huge-navs-main-header-height: #{pxToRem(73)};
--p-grid-huge-navs-secondary-header-height: #{pxToRem(116)};
--p-grid-huge-navs-secondary-sticky-position: #{pxToRem(189)}; /* 80 + 116 + 24 (margin) */
--p-grid-huge-navs-secondary-sticky-position: #{pxToRem(205)}; /* 73 + 116 + 16 (margin) */

--p-grid-huge-navs-side-nav-width-closed: #{pxToRem(73)};
--p-grid-huge-navs-side-nav-width-opened: #{pxToRem(280)};
Expand Down

0 comments on commit 41bf5a7

Please sign in to comment.