mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
cd5277befd
* fix(storybook): make sure story background fills available height * fix(storybook): add decorator to prevent badge filling all available height * docs(badge): use centered story * revert(badge): remove obsolete Meta typing
7 lines
140 B
HTML
7 lines
140 B
HTML
<!-- Make sure iframe dom elements fill all available space for background consistency -->
|
|
<style>
|
|
#root {
|
|
height: 100%;
|
|
}
|
|
</style>
|