mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Fix popover relocating on window resizing
Also stay under the navbar if scrolling down the page.
This commit is contained in:
parent
0204478483
commit
685f8cabdb
2 changed files with 20 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue