bokuweb/react-resizable-box

View on GitHub
.storybook/preview-head.html

Summary

Maintainability
Test Coverage
<style>
    html,
    body {
        height: 100%;
        min-height: 100%;
        box-sizing: border-box;
    }
    .main,
    #root {
        height: 100%;
        min-height: 100%;
    }
</style>