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

stick player to bottom on snippet editor #57

Open
fbstj opened this issue Dec 14, 2018 · 0 comments
Open

stick player to bottom on snippet editor #57

fbstj opened this issue Dec 14, 2018 · 0 comments

Comments

@fbstj
Copy link

fbstj commented Dec 14, 2018

a minor improvement to the snippet editing page change the styles so the snippet list isn't shrunk to 50vh (let it expand to fill page), move the #player element to below .cascading-editor stuff and then add something like

#player {
    position: sticky;
    bottom: 0;
    background-color: white;
    padding: 1mm;
}

this sticks the player to the bottom of the viewport until the bottom of the page is reached, where it fills in where it would be normally. the padding is mostly there to keep it from touching the bottom of the screen, and also to give the top some edge, but at least on my screen it gives "too much" edge

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