Inject CSS to preserve footer menu on small screens

This commit is contained in:
Keegan Rankin 2024-03-05 15:10:51 -08:00
parent 99105f8140
commit 06a640c20d

View file

@ -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