I\'m trying to create a layout like the screenshot using Bootstrap 4 but I\'m having some problems with making the sidebar fixed and achieving this layout at the sa
My version:
div#dashmain { margin-left:150px; } div#dashside {position:fixed; width:150px; height:100%; }
Content