Posts by Diogoschimm • 34 points
2 posts
-
0
votes2
answers48
viewsA: DIV element does not position next to "sidenav"
Complementing what @Gelson.Gilmar said you can use a variable for the size as below :root { --size-sidenav: 300px; } And so changing .sidenav { height: 100%; width: var(--size-sidenav);…
-
1
votes1
answer292
viewsA: Error Reportviewer 14.0.0.0 Window.$Rsjquery
This is happening because the Reportviewer depends on the $Rsjquery at the time of displaying the ToolBar. Add the following line of code in the Page_load or Pre_render event If Not Page.IsPostBack…