-
- Downloads
fix(sdk): Fix interactive dashboard scroll in fullscreen mode (#49366) (#49427)
* Fix scroll for EditableDashboard in fullscreen mode
* Fix scroll for InteractiveDashboard in fullscreen mode
* Display fullscreen control to dashboards by default
* Fix issue with public shared questions empty footer
Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
Showing
- docs/embedding/sdk/dashboards.md 12 additions, 0 deletionsdocs/embedding/sdk/dashboards.md
- e2e/test/scenarios/embedding-sdk/static-dashboard.cy.spec.js 16 additions, 10 deletionse2e/test/scenarios/embedding-sdk/static-dashboard.cy.spec.js
- enterprise/frontend/src/embedding-sdk/components/public/InteractiveDashboard/EditableDashboard.styled.tsx 1 addition, 0 deletions.../public/InteractiveDashboard/EditableDashboard.styled.tsx
- enterprise/frontend/src/embedding-sdk/components/public/InteractiveDashboard/InteractiveDashboard.styled.tsx 13 additions, 0 deletions...blic/InteractiveDashboard/InteractiveDashboard.styled.tsx
- enterprise/frontend/src/embedding-sdk/components/public/InteractiveDashboard/InteractiveDashboard.tsx 22 additions, 20 deletions...ents/public/InteractiveDashboard/InteractiveDashboard.tsx
- frontend/src/metabase/public/components/EmbedFrame/EmbedFrame.tsx 1 addition, 1 deletion.../src/metabase/public/components/EmbedFrame/EmbedFrame.tsx
- frontend/src/metabase/public/containers/PublicOrEmbeddedQuestion/PublicOrEmbeddedQuestionView.tsx 11 additions, 9 deletions...PublicOrEmbeddedQuestion/PublicOrEmbeddedQuestionView.tsx
Please register or sign in to comment