UW-Libraries / druw

1 stars 1 forks source link

Browse page 'Limit your search' dropdowns display incorrectly. #11

Closed younga3 closed 6 years ago

younga3 commented 6 years ago

Dropdowns for 'Type', 'Creator', and 'Keyword' display with only one? pixel width.

younga3 commented 6 years ago

Isolated problem to app/assets/stylesheets/local_rules.scss

younga3 commented 6 years ago

Removing 'Page Structure' section fixes it for now.

dtolmie commented 6 years ago

Yeah. The flex box entry does not exist in current community code. It will be interesting to see what the repercussions are site-wide of simply removing that.

younga3 commented 6 years ago

Removing the following section. `/ ------------------------ / / ---- Page Structure ---- / / ------------------------ /

/ make the footer sticky / html { height: 100%; } body { height: 100vh; display: flex; flex-direction: column; margin-bottom: 0; / unsets Sufia's attempt to make a sticky footer / } main#content { flex: 1 0 auto; } footer#page-footer { flex-shrink: 0; } `

younga3 commented 6 years ago

Fixed with PR #12

dtolmie commented 6 years ago

🎉