mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
3500 fix ios bug (#3521)
* Fix docs navbar, Fix z-indices * Update dependencies, Fix #3500 * Update changelog
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
.bd-navbar {
|
||||
z-index: 50;
|
||||
|
||||
.navbar-brand img {
|
||||
height: 28px;
|
||||
max-height: 2em;
|
||||
@@ -334,6 +336,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bd-navbar-search-desktop-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include desktop() {
|
||||
@@ -353,16 +359,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bd-navbar-search-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bd-search {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
// margin-left: 0.5rem;
|
||||
width: 16rem;
|
||||
width: 12rem;
|
||||
}
|
||||
|
||||
.bd-navbar-search-mobile-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -381,6 +387,10 @@
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.bd-search {
|
||||
width: 16rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include fullhd() {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
box-shadow: 0 0 1em rgba(black, 0.1);
|
||||
padding: 1em 1.5em;
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
z-index: 60;
|
||||
}
|
||||
|
||||
.cpck-invisible {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
%bd-docs-edge {
|
||||
background-color: $scheme-main-bis;
|
||||
width: $bd-edge-width;
|
||||
z-index: 31;
|
||||
z-index: 40;
|
||||
}
|
||||
|
||||
.bd-docs-toggles {
|
||||
|
||||
Reference in New Issue
Block a user