mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(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
This commit is contained in:
parent
90db5020c9
commit
2d023377ce
@ -1,6 +1,7 @@
|
||||
iframe.custom_view {
|
||||
border: none;
|
||||
height: 100%;
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.custom_view_notification {
|
||||
|
Loading…
Reference in New Issue
Block a user