Allow enabling from settings admin section. Note that we set the z-index to 20 in order to will be greater than the others z-index elements in the application like <header> on mobile devices.
6 lines
120 B
Ruby
6 lines
120 B
Ruby
class Admin::Settings::CookiesConsentTabComponent < ApplicationComponent
|
|
def tab
|
|
"#tab-cookies-consent"
|
|
end
|
|
end
|