Fix popover relocating on window resizing

Also stay under the navbar if scrolling down the page.
This commit is contained in:
Jonathan Wong 2015-08-23 11:20:36 -07:00
parent 0204478483
commit 685f8cabdb
2 changed files with 20 additions and 1 deletions

View file

@ -1697,9 +1697,19 @@ input[type="color"],
color: #fff;
cursor: pointer;
}
.popover {
z-index: 2;
}
.popover .popover-content {
color: #000;
}
.noTransition
{
-moz-transition: none !important;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
#users-to-delete > li {
color: #e9a049;
}