02/02: Popover centering
This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ae77e95da8db546795f930532e01ed0827b8dcb7 Author: jcouteau <couteau@codelutin.com> Date: Sat Jan 18 06:52:36 2020 +0100 Popover centering --- pollen-ui-riot-js/src/main/web/tag/components/Popover.tag.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/Popover.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/Popover.tag.html index ae326b2d..de8063d9 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/Popover.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/Popover.tag.html @@ -47,8 +47,7 @@ /*position bottom*/ position:absolute; top: calc(100% + 10px); - left: 50%; - margin-left: calc(100% / 2 * (-1)); + transform : translateX(-50%); /* fade in*/ opacity: 0; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm