Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

On server side? Apparantly not. On client side, you can use custom styles. Resizing the page can also help. If you zoom into the page, the element gets flattened to a top bar.

I use Stylus to activate this on demand. But zooming in will do the trick as well.

@-moz-document domain("itch.io") {
    .user_tools {
        position: static;
    }
}

And on developer side, a banner over a web game can help.