Styleguide cleaning: Footer behaved badly

This commit is contained in:
Vesa Luusua 2018-10-25 13:14:54 +03:00
parent e07f5cf4c8
commit 080f75f141
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
.example {
overflow-x: hidden;
}

View file

@ -1,6 +1,7 @@
import Footer from './Footer';
import css from './Footer.example.css';
export const Default = {
component: Footer,
props: {},
props: { className: css.example },
};