gristlabs_grist-core/app/client/components/CustomView.css
Dmitry S 2d023377ce (core) Fix CustomView css to take full height of widget on all browsers including Safari
Summary: On Safari, in particular on mobile, the custom widget was truncated in height.

Test Plan: Tested manually on FF, Chrome, Safari (desktop) and Safari, Firefox (mobile)

Reviewers: paulfitz

Reviewed By: paulfitz

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D2629
2020-10-06 13:18:50 -04:00

11 lines
133 B
CSS

iframe.custom_view {
border: none;
height: 100%;
flex: auto;
}
.custom_view_notification {
padding: 15px;
margin: 15px;
}