mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Styleguide cleaning: Footer behaved badly
This commit is contained in:
parent
e07f5cf4c8
commit
080f75f141
2 changed files with 5 additions and 1 deletions
3
src/components/Footer/Footer.example.css
Normal file
3
src/components/Footer/Footer.example.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.example {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
import Footer from './Footer';
|
||||
import css from './Footer.example.css';
|
||||
|
||||
export const Default = {
|
||||
component: Footer,
|
||||
props: {},
|
||||
props: { className: css.example },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue