Skip to content

Instantly share code, notes, and snippets.

View ckieffer's full-sized avatar

Chad Kieffer ckieffer

View GitHub Profile
@ckieffer
ckieffer / gist:4d2d1538ab1f2261ec19
Last active August 29, 2015 14:16
CSS Adjustments for Drupal Bootstrap Theme's Navbar Fixed Top When Used with Ember/Navbar Admin Theme
/* CSS Adjustments for Drupal Bootstrap Theme's Navbar Fixed Top When Used with Ember/Navbar Admin Theme. */
/* Place this in header.less and recompile */
.navbar-vertical .navbar-fixed-top,
.navbar-horizontal .navbar-fixed-top {
top: 40px !important;
}
.navbar-vertical.navbar-tray-open .navbar-fixed-top {
left: 150px !important;