mirror of https://github.com/rancher/ui.git
fixed table header start
This commit is contained in:
parent
f7a89e1214
commit
7515624c15
|
|
@ -235,6 +235,11 @@
|
|||
display: block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
nav > ul > li > a {
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*TOGGLE BUTTON*/
|
||||
.nav-toggle {
|
||||
|
|
@ -268,4 +273,13 @@
|
|||
background-size: 75%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.page-header NAV .dropdown-menu {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.fixed-header-actions {
|
||||
position: relative !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue