Css – how to set a fixed minimal width for container and ignore small breakpoints on bootstrap 5
I'm trying set a fixed minimal width for container and ignoring small sizes (sm,xs). In short when the screen size is smaller than 960px width, must be fixed and just display scroll. Code in my case: <div class="container" style="min-width: 960px">…