Inject CSS to preserve footer menu on small screens
This commit is contained in:
parent
99105f8140
commit
06a640c20d
1 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: b70d3331-6b4c-413a-8d0d-2fa0ace602f2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_visibility_groups
|
||||||
|
id: preserve_footer_menu_on_small_screens
|
||||||
|
label: 'Preserve footer menu on small screens'
|
||||||
|
code: |-
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
.is-hidden-mobile {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
media: all
|
||||||
|
preprocess: true
|
||||||
|
conditions:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
||||||
|
contexts: { }
|
||||||
|
conditions_require_all: true
|
Loading…
Reference in a new issue