- Posts: 222
- Thank you received: 10
Popover gets hidden under the navbar
1 year 1 month ago #191321
by krosser
I'm using the latest LS 3.22 hosted on LS servers, not installed locally.
Popover gets hidden under the navbar was created by krosser
Hi guys!
Does anyone have a solution to show the popover when you click on the 'Resume later' link? It gets hidden behind the navbar.
Does anyone have a solution to show the popover when you click on the 'Resume later' link? It gets hidden behind the navbar.
I'm using the latest LS 3.22 hosted on LS servers, not installed locally.
Attachments:
The topic has been locked.
1 year 1 month ago - 1 year 1 month ago #191343
by krosser
I'm using the latest LS 3.22 hosted on LS servers, not installed locally.
Replied by krosser on topic Popover gets hidden under the navbar
Okay, I have figured it out.
It is as simple as adding the following code to custom.css:
It is as simple as adding the following code to custom.css:
.popover.in {
z-index: 9999;
}
I'm using the latest LS 3.22 hosted on LS servers, not installed locally.
Attachments:
Last edit: 1 year 1 month ago by krosser.
The topic has been locked.