SnowdogApps / magento2-alpaca-components

Components library of Alpaca design system crafted for ecommerce
https://alpaca-components.now.sh/
MIT License
46 stars 10 forks source link

cookie-message is hardly visibile #480

Closed pawelcit closed 5 years ago

pawelcit commented 5 years ago

cookie-message is hardly visibile because it is sticked into the bottom of the site. Maybe this two css in .cookie-message class will be good idea?

position: fixed;
bottom: 0px;
Igloczek commented 5 years ago

Thank for the issue, but we are not planning to make it more visible, you can easily overwrite those styles in your project. For example, wrap the whole component in a new element to provide necessary layout directives, without touching component itself.