Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TOC fixed position #135

Closed
maflcko opened this issue Mar 9, 2016 · 0 comments
Closed

Make TOC fixed position #135

maflcko opened this issue Mar 9, 2016 · 0 comments

Comments

@maflcko
Copy link

maflcko commented Mar 9, 2016

Though, needs some work work than just

diff --git a/_sass/page.scss b/_sass/page.scss
index 290c8db..eeeda54 100644
--- a/_sass/page.scss
+++ b/_sass/page.scss
@@ -466,7 +466,7 @@ $button-size: 1.5rem;
        @include grid(12,2);
        @include prefix(12,0.5);
        @include suffix(12,0.5);
-       position: absolute;
+       position: fixed;
        top: 5.5em;
        right: 0;
        background-color: $white;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants