Fixed chrome 43 flex display issue.
This commit is contained in:
parent
a27e65014b
commit
36d090d7fa
1 changed files with 11 additions and 7 deletions
|
@ -2151,6 +2151,7 @@ footer {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.main-navigation a {
|
||||
|
@ -2366,6 +2367,7 @@ footer {
|
|||
.search {
|
||||
padding: 14px 2px 10px 10px;
|
||||
border-bottom: 1px solid rgba(240, 250, 255, .05);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.search-holder {
|
||||
|
@ -2496,6 +2498,7 @@ footer {
|
|||
margin: 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.user-menu > li {
|
||||
|
@ -4127,6 +4130,7 @@ footer {
|
|||
height: 60px;
|
||||
background: white;
|
||||
transition: margin 250ms;
|
||||
flex-shrink: 0;
|
||||
|
||||
&.is-closed {
|
||||
margin-bottom: -60px;
|
||||
|
|
Loading…
Reference in a new issue