Page 1 of 1

The link is not displayed in LG

Posted: Fri Mar 21, 2025 9:42 am
by VictorKrs
Hello!

Using custom CSS, I defined two link styles and encountered the following problem:
the link with the "off set blue" style is not displayed in Layout Grid 1. Outside of Layout Grid 1, the link works as needed.
At the same time, the link with the "ls_button_blue_white_text" style in LayoutGrid2 and outside LayoutGrid2 the link works as needed.

Please help me with advice on how to make a link with the "off set blue" style work in the Layout Grid. What is the problem?

Link to the project: https://docs.google.com/document/d/1F1V ... ue&sd=true


Sincerely, Victor!

Re: The link is not displayed in LG

Posted: Fri Mar 21, 2025 10:11 am
by Pablo
I think the problem is related to the z-index. This does not work in floating layout unless you also set a z-index on the link itself.

Re: The link is not displayed in LG

Posted: Fri Mar 21, 2025 11:08 am
by VictorKrs
Thanks a lot for the advice, Pablo!

Added to CSS-code of the link style: "z-index: 9999 !important" and everything worked! :D

Sincerely, Victor!