Skip to content
Snippets Groups Projects
Commit fb7600c9 authored by ncamera's avatar ncamera
Browse files

Corregir popovers de tab de archivos

parent 57ab7cd0
No related branches found
No related tags found
1 merge request!1Se actualiza Angular a la versión 13 y se resuelven vulnerabilidades
......@@ -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()"
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment