nnmware / devoops

DevOOPS Bootstrap 3 Admin theme
GNU General Public License v3.0
852 stars 416 forks source link

Fixed non-scrolling sidebar #21

Closed robaxx closed 10 years ago

robaxx commented 10 years ago

Hi there and thanks for devoops! This is more of a request or question than an issue...

I've tried to stop the left menu sidebar from scrolling so that it remains visible on the page at all times, but can't quite manage without breaking everything. Are you able to help with this.. is it even possible? Thanks heaps Rob

robaxx commented 10 years ago

I'll close this - I've sorted it out :)

robaxx commented 10 years ago

Sorry, I thought I had worked this out, but I haven't. Any ideas are appreciated. Regards Rob

devoopsme commented 10 years ago

fast solution:

  1. add position:fixed in #sidebar-left (line 67 in style.css)
  2. add float:right in #content (line 78 in style.css)