Dominik Crha

Results 54 comments of Dominik Crha

Not sure why the JS Tests action failed. I do not think it is related to my changes.

@hakenr @Harvey1214 I don't think the name HxInputSlider is a good idea and IMHO we should respect the original HTML naming. It does not mean that you are selecting a...

@stayboy I am not able to reproduce the described behaviour. The [documentation page](https://havit.blazor.eu/components/HxOffcanvas) is scrollable and the overflow: hidden; on the body element is removed as soon as the dialog...

OK, I get it. 1. Open the Offcanvas w/o backdrop 2. Click the Source tab 3. The content of the Demo tab is removed from the DOM and the css...

You simply cannot remove the whole Offcanvas/Modal component from the DOM while it is open and scrolling is disabled. If you do it, overflow: hidden remains set on the body...

@Apskaita5 @hakenr yes, I have came across this issue already. @Harvey1214 please create a reproducing page for this issue in our BlazorTestApp so I can try to come up with...

@Apskaita5 could you please confirm that the HxGrid instance that you refer to is responsive (IsResponsive=true)?

Anyway, what causes your issue most likely is the presence of `overflow: auto | hidden;` on some of the parent elements. In this case you have two options: 1. Get...

Related discussion in Bootstrap repo https://github.com/twbs/bootstrap/issues/33463#issuecomment-822253936