Show Windows Volume Slider over SDL Window

Hi,

I have an SDL Window made like

Window = SDL_CreateWindow(“App”, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 1280, 720, SDL_WINDOW_SHOWN | SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_RESIZABLE | SDL_WINDOW_OPENGL);

However, when the volume is changed using the function+volume keyboard keys while the window is fullscreen, the Windows volume slider popup doesn’t show. The volume changes, but it’s really annoying to not be able to see it. Any ideas why it’s hidden behind the window?