mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
2d023377ce
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
11 lines
133 B
CSS
11 lines
133 B
CSS
iframe.custom_view {
|
|
border: none;
|
|
height: 100%;
|
|
flex: auto;
|
|
}
|
|
|
|
.custom_view_notification {
|
|
padding: 15px;
|
|
margin: 15px;
|
|
}
|