File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -480,10 +480,14 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::background_color') }};
480
480
}
481
481
482
482
.top-bar {
483
- background-color : {{ setting_value('visiosoft.theme.defaultadmin::block_background_color' ) }};
484
- height: 70px;
485
- dis play: table;
486
- width: 100%;
483
+ background-color : {{ setting_value('visiosoft.theme.defaultadmin::block_background_color' ) }};
484
+ height: 70px;
485
+ dis play: table;
486
+ width: calc(100% - 240px);
487
+ position: fixed;
488
+ right: 0;
489
+ to p: 0;
490
+ z- index: 9999;
487
491
}
488
492
.topbar-breadcrumb {
489
493
display : table-cell;
@@ -629,9 +633,6 @@ select + .select2 {
629
633
width : 0 ;
630
634
transition : none;
631
635
}
632
- .top-bar {
633
- padding-top : 50px ;
634
- }
635
636
.logo-bar {
636
637
width : 100% ;
637
638
height : 50px ;
Original file line number Diff line number Diff line change 18
18
{% include " visiosoft.theme.defaultadmin::partials/logo" %}
19
19
{% include " visiosoft.theme.defaultadmin::partials/sidebar" %}
20
20
{% include " visiosoft.theme.defaultadmin::partials/menu" %}
21
- <main id =" main" style =" min-height: 1500px;" >
21
+ <main id =" main" style =" min-height: 1500px; padding-top: 70px; " >
22
22
{% include " visiosoft.theme.defaultadmin::partials/topbar" %}
23
23
<div class =" topbar-breadcrumb" >{{ breadcrumb() }}</div >
24
24
{% if trans(' module::addon.info' ) != ' module::addon.info' %}
You can’t perform that action at this time.
0 commit comments