diff --git a/Frontend Angular 4/src/app/layout/grupos/grupos.component.html b/Frontend Angular 4/src/app/layout/grupos/grupos.component.html index 1bce2a8173747db03451fe62b7cb7623713a2dbd..ceb2c6c2b22382839648bdf0e892e23be96ff47a 100755 --- a/Frontend Angular 4/src/app/layout/grupos/grupos.component.html +++ b/Frontend Angular 4/src/app/layout/grupos/grupos.component.html @@ -59,7 +59,7 @@ ngbPopover="{{ 'i18n.action.goBack' | translate | titleCase }}" - data-placement="bottom" + placement="bottom" triggers="mouseenter:mouseleave" > <i class="fa fa-arrow-up"></i> @@ -112,7 +112,7 @@ ngbPopover="{{ 'i18n.action.goBack' | translate | titleCase }}" - data-placement="bottom" + placement="bottom" triggers="mouseenter:mouseleave" > <i class="fa fa-arrow-up"></i> @@ -233,7 +233,7 @@ <button *ngIf="esArchivoGrupo()" ngbPopover="Cargar/Editar" - data-placement="bottom" + placement="bottom" triggers="mouseenter:mouseleave" class="btn btn-sm btn-secondary pull-left mr-2" (click)="cargarArchivoCompartido()" diff --git a/Frontend Angular 4/src/styles/_responsive.scss b/Frontend Angular 4/src/styles/_responsive.scss index 5db3253a23ef1506ac20c3020935662ef98d914e..79764e982373589f894207da0a2f50dd0b9aa801 100755 --- a/Frontend Angular 4/src/styles/_responsive.scss +++ b/Frontend Angular 4/src/styles/_responsive.scss @@ -131,19 +131,13 @@ text { font-size: 16px; } -// graph2d-component, -// graph3d-component { -// .popover { -// top: 80px !important; -// } -// } - .matefun-tab-options { display: flex; align-self: flex-end; position: relative; width: fit-content; transform: translateY(-33px); + z-index: 1; // Necesario para que los popovers se vean bien & > button { width: 30px;