Konstantin Bläsi

Results 22 comments of Konstantin Bläsi

Updates? Is it an issue with the Gnome/Linux stack or Dota 2 itself?

@romulasry I am running dota 2 on fedora 29 with gnome/wayland and I use the system provided SDL library, see #282

@kisak-valve can you give us any updates what the status of this is? Maybe more details which parts of the stack need to be adapted/fixed?

> DRI_PRIME=1 LD_PRELOAD=/lib64/libSDL2-2.0.so.0 SDL_VIDEODRIVER=wayland %command% still gives me ![amdgpu_error_graphics_queue_no_support_forswapchain_image](https://user-images.githubusercontent.com/5871169/149835092-51193825-6ac0-4210-8631-6809366aba24.png) Using OpenGL by adding -gl makes it work but I would rather use vulkan: > DRI_PRIME=1 LD_PRELOAD=/lib64/libSDL2-2.0.so.0 SDL_VIDEODRIVER=wayland %command% -gl Intel...

Maybe not but personally I like the variant that doesn't jump around see https://flowbite-svelte.com/components/modal vs https://www.patternfly.org/v4/components/modal/ Doesn't it make sense that the scrollbar stays part of the greyed out background...

Right that wouldn't work, but the linked patternfly example seems to have found some [solution in this variant](https://www.patternfly.org/v4/components/modal/#with-overflowing-content) which I found quite elegant. The background doesn't change visually including the...

@shinokada high level the problem is * main page content * centered * scrollbar visible because content height > viewport height Now we open the modal which in the case...

@giray123 apparently grid is not needed. The trick is to put the scroll behavior on a container that is not the body because you cannot overlay the scrollbar of the...

@shinokada A colleague tested the scrollbar beahavior for me on mac using safari. Mac doesn't have this behavior because it's a system wide setting, but you can change this to...

@jjagielka I see no layout shifts, looks great thanks! ( So it seems that mac users were not affected by this because of different default scrollbar behavior.)