-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
100% width dont work on desktop #27
Comments
On mobile works |
how i can change the part of the root? type: custom:bubble-card
|
Wanted to throw this in here since it might be related. I noticed the popup at 90% appears under the sidebar when it is expanded. When set to 100%, the popup expands up to the collapsed sidebar which could be the area that @nelsonamen showed in his screenshot. Changing to 110% does expand the popup under the collapsed sidebar but then it also pushes the close button off the screen. Attempting to change the z-index of the vertical-stack card via card mod does not bring the popup over the sidebar. |
width: calc(100% -92px) !important;
|
I think PR #18 could fix this one. |
Hi, this is fixed in the new beta with a |
👍 |
@Clooos is there a new problem but with right side? |
Indeed! This issue will be fixed in the next beta. |
This is now fixed in beta 11 : |
Hi
100% width dont work on desktop with no side bar
Its possible to have only the X for close in the pop up?
Thanks
The text was updated successfully, but these errors were encountered: