-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(TableContainer): no space on empty foot + clip scrollbar #1827
Conversation
✅ DNB Eufemia Portal deploy preview ready
|
f179eba
to
939bd3f
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 57a45de:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fancy fancy 💃
So we only want to clip the scrollbar when using the TableContainer, and not for all tables?
I tried testing this PR on my phone, iPhone, and as we discovered on Friday, I was not able to see any scrollbars at all for any of our tables 🤔
939bd3f
to
827a24e
Compare
An other observation, which I don't think is directly related to this PR, but something else related to scrolling(which don't exists on https://eufemia.dnb.no/ yet). When opening this deploy preview on my phone using Safari, then opening the menu, it looks to be some issues maybe related to https://github.com/dnbexperience/eufemia/pull/1814/files#diff-f0adfb69cb45eb94b8016448bc17488f3e2ba81514c694b5ce0f34f4e245bc56R290 ? |
ohh, yes! good catch! |
b07067b
to
7d69252
Compare
7d69252
to
57a45de
Compare
# [9.43.0](v9.42.0...v9.43.0) (2022-12-19) ### Bug Fixes * **Button:** support target property ([#1817](#1817)) ([71f5ee3](71f5ee3)) * **TableContainer:** align always visible scrollbar ([#1819](#1819)) ([c16519d](c16519d)) * **TableContainer:** no space on empty foot + clip scrollbar ([#1827](#1827)) ([04dd93b](04dd93b)) * **Table:** prevent expanded row to not change column width ([#1816](#1816)) ([bbf94a8](bbf94a8)) * **useHandleSortState:** change default direction from asc to off ([#1826](#1826)) ([c7e4d6f](c7e4d6f)) * **useHandleSortState:** fix import issue ([#1823](#1823)) ([c595ff1](c595ff1)) ### Features * **Scrollbar:** add new look to scrollbars ([#1815](#1815)) ([a590b50](a590b50))
🎉 This PR is included in version 9.43.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Based on UX wish, this is how it looks with this change:
and when empty: