I achieved 8th place in the "100 Commits" competition organized by DevMentors. Over 100 days, I developed the "YoutubeLinks" application, which allows users to create playlists from YouTube links and download those playlists as MP3 and MP4 files.
29
stars
2
forks
source link
fix: FritzPasswordField with adornment on password text fields should not show a scrollbar #65
Adding adornment to a text field shows scrollbar (error):
Without adornment scrollbar is not visible:
I have no idea why adding adornment to a text field adds a scrollbar. Please someone fix that.
https://github.com/MudBlazor/MudBlazor/issues/9573 https://github.com/MudBlazor/MudBlazor/issues/9601
This lines shows a scrollbar, dont know why:
Adding adornment to a text field shows scrollbar (error): Without adornment scrollbar is not visible: I have no idea why adding adornment to a text field adds a scrollbar. Please someone fix that.