mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Create body container so scrollbar is beneath navbar
This commit is contained in:
parent
1e57e952db
commit
7328fcd0fb
2 changed files with 28 additions and 3 deletions
|
@ -1747,4 +1747,27 @@ a .home-platforms-instance-box:hover {
|
|||
}
|
||||
#updatebar a:hover {
|
||||
color: #F9AA03;
|
||||
}
|
||||
.body-container {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: rgba(0,0,0,.2);
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
min-height: 50px;
|
||||
background-color: rgba(255,255,255,.15);
|
||||
border: 3px solid transparent;
|
||||
border-radius: 8px;
|
||||
background-clip: padding-box;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue