SwooshyCueb / strimmer

Collaborative playlisting for an internet radio station
Other
2 stars 0 forks source link

col3 isn't scrollable #113

Closed TheBlackParrot closed 9 years ago

TheBlackParrot commented 9 years ago

Issue https://github.com/SwooshyCueb/strimmer/issues/21 needs to be resolved first, but here's a fix. Breaks the title/artist stuff, however.

#col3_wrapper {
    position: fixed;
    z-index: 51;
    width: 468px;
    padding: 16px;
    padding-bottom: 128px;
    top: 36px;
    bottom: 0;
    overflow-y: scroll;
}