Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Blazorise Vertical Sidebar always on top and collapsed

$
0
0

I would like in my Blazor PWA wasm the Sidebar always on top and collpased.

I tried adding to class 'collapse' but the Sidebar disappear.

<div class="sidebar collapse"><NavMenu /></div>

I tried wid @media(min-width 2048px) on app.css but on 640px all return to default. Seems that 'min-width' is not working.

.sidebar {    width: 250px;    transition: width 0.3s;}@media (min-width: 2048px) {    .sidebar {        width: 60px;         overflow: hidden;    }    .main-content {        margin-left: 60px;     }}

I'm really frustrated.Some suggestion? thanks!


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>