Max width of Panel is set with vh instead of vw.
See original GitHub issueHello there,
first of all, thank you for the realization of the fluent ui in Blazor. It really helps me with my project.
I’ve got a really small problem containing the max width of your panel component. For my use case it’s necessary to set the width of your Panel container to 100vw. I can’t do this because the max width is internally set to 100vh.
.ms-Panel--custom .ms-Panel-main {
max-width: 100vh;
}
.ms-Panel--customLeft .ms-Panel-main {
right: auto;
left: 0;
max-width: 100vh;
}
I don’t think this behaviour is wanted, so I changed it locally. It’s not documented how contributions are handled in this specific repository, but I can create a pull request if you want ^^
LG
Philipp
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to set VW and VH value to select option - css
1 Answer. Hello , here my code. You just need to modify the value of select width to change the size of options....
Read more >CSS Viewport Units: vh, vw, vmin, and vmax
Viewport Maximum (vmax). This unit is based on the larger dimension of the viewport. If the viewport height is larger than the width,...
Read more >Should I use vh, vw, %, or px for sizing? : r/webdev
I'm not exactly fond of using @media with a min-height or width, so recently I've been using vh for sizing to accommodate different...
Read more >Vh and vw: how and why to use them in Webflow
vw and vh are length units representing 1% of the viewport size for viewport width (vw) and height (vh), respectively. Wondering what browsers ......
Read more >Learn CSS Units – Em, Rem, VH, and VW with Code ...
Today we're gonna learn how to use the CSS units EM, REM, VW and VH by ... large screen @media (max-width: 1400px) {...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
sry was first time fixed on wrong branch. Now it is available on master so should be in next release 😉
@sonntag-philipp Thank you Will hopefully have time this evening to verify and pull/merge it