support headroom with guide
This commit is contained in:
parent
937b1a7a7c
commit
ff79304dee
70 changed files with 115 additions and 88 deletions
|
@ -66,14 +66,6 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.absolutePageTabContent {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/*.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-left: .5em !important;
|
||||
padding-right: .5em !important;
|
||||
|
|
|
@ -11,12 +11,24 @@
|
|||
}
|
||||
|
||||
.absolutePageTabContent {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1000;
|
||||
margin: 0 !important;
|
||||
width: 100% !important;
|
||||
/* Page needs to supply padding */
|
||||
top: 92px !important;
|
||||
transition: transform 200ms ease-out;
|
||||
}
|
||||
|
||||
.absolutePageTabContent.headroomUnpinned {
|
||||
transform: translateY(-92px);
|
||||
bottom: -92px!important;
|
||||
}
|
||||
|
||||
.sidebarDivider {
|
||||
height: 1px;
|
||||
background: #eaeaea;
|
||||
|
|
|
@ -10,3 +10,8 @@
|
|||
.guideVerticalScroller {
|
||||
padding-bottom: 160px;
|
||||
}
|
||||
|
||||
.tvGuideHeader.headroom--unpinned {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue