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

Feedback #109

Open
tkruse opened this issue Sep 30, 2015 · 1 comment
Open

Feedback #109

tkruse opened this issue Sep 30, 2015 · 1 comment

Comments

@tkruse
Copy link

tkruse commented Sep 30, 2015

Hi, I like Poole. Quick feedback:

Some media query css for print view (e.g. without sidebar) would be nice.

Also the sidebar would not scroll with the version I used. I think I fixed with:

  .sidebar {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left;
  }
@tkruse
Copy link
Author

tkruse commented Oct 1, 2015

Actually, I also needed:

@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right:  1rem;
    bottom: 1rem;
    left:   1rem;
+    top:    1rem;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant