Fix height overflow

main
Jake Dexheimer 7 years ago
parent d3633743f8
commit ec412e6391

@ -147,6 +147,7 @@ export default () => (
overflow-y: auto; overflow-y: auto;
min-width: 848px; min-width: 848px;
min-height: 704px; min-height: 704px;
height: 100%;
} }
* { * {

Loading…
Cancel
Save