mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54: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,6 +1,6 @@
|
||||
<nav id="categories" class="bd-categories">
|
||||
<div class="bd-categories-filter">
|
||||
<input id="categoriesFilter" class="input is-small" type="text" name="" placeholder="Filter links">
|
||||
<input id="categoriesFilter" class="input is-small" type="text" name="" placeholder="Filter links" style="border-radius: 0.5em;">
|
||||
<span class="bd-key">f</span>
|
||||
</div>
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
|
||||
{% if category_id == 'overview' %}
|
||||
<p class="bd-category-group">
|
||||
Concepts
|
||||
Guides
|
||||
</p>
|
||||
{% elsif category_id == 'columns' %}
|
||||
<p class="bd-category-group">
|
||||
Library
|
||||
CSS Library
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user