mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-22 14:27:18 +00:00

UI Bootstrap adds the `.modal-open` class to the `<body>` element and sets its right padding to the width of the window, causing the window content to overflow and get pushed to the bottom. The `!important` flag is needed since UI Bootstrap inlines the styles programatically to the element. Fixes: https://github.com/resin-io/etcher/issues/257 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>