Files
grecia/app/components/layout/cookies_consent/management_component.rb
taitus 5d590a0aee Add modal management for show essential cookies information
Note that in order to avoid display duplicated vertical scroll when
render a modal, we are add an `overflow: unset` rule. This rule
overwrite a vendor rule both in the modal we are adding and in the
modal we already have when creating a budget in admin section.
2025-01-23 16:48:55 +01:00

3 lines
94 B
Ruby

class Layout::CookiesConsent::ManagementComponent < Layout::CookiesConsent::BaseComponent
end