Lukas Harbarth

Results 81 comments of Lukas Harbarth

Hi @Neeeko thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository. Hi colleagues, [here](https://codesandbox.io/s/ui5-webcomponents-forked-7bki9v?file=/index.html) you can find...

Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.

Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.

Hi @guilhXavier you can remove the default padding by using the [`::part` pseudo Element ](https://developer.mozilla.org/en-US/docs/Web/CSS/::part)of the dialog. You can find all available shadow parts [here](https://sap.github.io/ui5-webcomponents-react/?path=/docs/modals-popovers-dialog--default-story#css-shadow-parts).

Hi @sparkypro this issue will be fixed with the linked PR. You can track the progress in the PR's description.

Hi @i323808 please set a `height` to either the `DynamicPage` or the `Table`. This should solve the issue. https://codesandbox.io/s/dynamicpage-footer-table-popin-forked-0ivvui?file=/src/App.js

Hi @i323808 I'm not entirely sure why you cannot use `vh` or `calc()` to set the height as it also works when zoomed, but if `vh` is not feasible for...

Sorry, I still don't quite get what you want to achieve. According to the UX guidelines, the `DynamicPage` should use the whole width and height of the viewport to avoid...

Hi @i323808 thanks for the detailed description. I think without a major refactoring of the whole DynamicPage this behavior is not possible then without setting a non-content based height to...

Hi @buddfung we will add this feature to our roadmap, but it may take some time to implement this, because we have some high priority tasks in our pipeline which...