File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
packages/manager/apps/public-cloud/src Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1010 < div >
1111 < ovh-manager-navbar data-navbar-options ="{ universe: 'public-cloud' } "> </ ovh-manager-navbar >
1212 </ div >
13- < div class ="w-100 h-100 ">
14- < div class ="tour-backdrop w-100 h-100 " data-ng-if ="$ctrl.shouldShowWalkMe " data-ng-click ="$ctrl.endWalkMe() "> </ div >
15- < div class ="container-fluid h-100 ">
16- < div class ="row h-100 ">
17- < div class ="col-md-2 p-0 h-100 d-none d-md-flex flex-column " data-ng-if ="$ctrl.shouldDisplaySidebar ">
18- < cloud-sidebar > </ cloud-sidebar >
19- </ div >
20- < div class ="h-100 position-relative " data-ng-class ="{ 'col-md-10 p-0': $ctrl.shouldDisplaySidebar, 'col-md-12': !$ctrl.shouldDisplaySidebar } ">
21- < div class ="position-absolute w-100 h-100 py-4 px-5 " style ="overflow: auto; ">
22- < ng-ovh-uirouter-breadcrumb > </ ng-ovh-uirouter-breadcrumb >
23- < div class ="mt-3 " data-ui-view > </ div >
13+ < div class ="d-flex w-100 h-100 position-relative ">
14+ < div class ="w-100 h-100 position-absolute " style ="top: 0; left: 0; ">
15+ < div class ="tour-backdrop w-100 h-100 " data-ng-if ="$ctrl.shouldShowWalkMe " data-ng-click ="$ctrl.endWalkMe() "> </ div >
16+ < div class ="container-fluid h-100 ">
17+ < div class ="row h-100 ">
18+ < div class ="col-md-2 p-0 h-100 d-none d-md-flex flex-column " data-ng-if ="$ctrl.shouldDisplaySidebar ">
19+ < cloud-sidebar > </ cloud-sidebar >
20+ </ div >
21+ < div class ="h-100 position-relative " data-ng-class ="{ 'col-md-10 p-0': $ctrl.shouldDisplaySidebar, 'col-md-12': !$ctrl.shouldDisplaySidebar } ">
22+ < div class ="position-absolute w-100 h-100 py-4 px-5 " style ="overflow: auto; ">
23+ < ng-ovh-uirouter-breadcrumb > </ ng-ovh-uirouter-breadcrumb >
24+ < div class ="mt-3 " data-ui-view > </ div >
25+ </ div >
2426 </ div >
2527 </ div >
2628 </ div >
You can’t perform that action at this time.
0 commit comments