File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11@using FWO .Basics
22@using FWO .Api .Data
33
4- <div class =" sidebar-main d-flex flex-row @SidebarContainerCssClass" style =" @(PositionLeft ? " left: 0px; " : " right: 0px; " )" >
4+ <div class =" sidebar-main sidebar-top d-flex flex-row @SidebarContainerCssClass" style =" @(PositionLeft ? " left: 0px; " : " right: 0px; " )" >
55 @if (! PositionLeft )
66 {
77 if (Collapsible )
Original file line number Diff line number Diff line change @@ -275,11 +275,24 @@ h5 {
275275 overflow : auto;
276276}
277277
278+
279+ @media (min-width : 1200px ) {
280+ .sidebar-top {
281+ top : 90px !important ;
282+ }
283+ }
284+
285+ @media (min-width : 1590px ) {
286+ .sidebar-top {
287+ top : 56px !important ;
288+ }
289+ }
290+
278291.sidebar-main {
279292 position : fixed;
280- top : 56px ;
281293 height : 95% ;
282294 z-index : 10 ;
295+ top : 56px ;
283296}
284297
285298.sidebar-sizer {
You can’t perform that action at this time.
0 commit comments