applying floatbutton logic on person/thirdparty vue renderbox

This commit is contained in:
2021-09-06 15:49:15 +02:00
parent 1a95b44577
commit 98b0b3beeb
4 changed files with 70 additions and 58 deletions

View File

@@ -260,6 +260,8 @@ div.wrap-header {
/*
* FLOATBUTTON
* pas convaincant:
* conflits avec les fa-ul > li, lien non cliquables, text qui ne se place pas correctement
*/
div.floatbutton {
@@ -302,6 +304,6 @@ div.floatbutton {
// avoid a position relative that make links unclickable
.fa-ul > li {
position: initial;
//position: initial; // in conflict with picto fa-ul !!
}
}