update docked tabs
This commit is contained in:
parent
818ee2bcc3
commit
16e66718f9
9 changed files with 147 additions and 80 deletions
20
dashboard-ui/components/appfooter/appfooter.css
Normal file
20
dashboard-ui/components/appfooter/appfooter.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
.appfooter {
|
||||
background: #1c1c1c;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.appfooter-headroom {
|
||||
transition: transform 180ms linear;
|
||||
}
|
||||
|
||||
.appfooter--pinned {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.appfooter--unpinned {
|
||||
transform: translateY(100%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue