akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.29k stars 7.96k forks source link

Tooltips are cut off in DEMO #5585

Open X-GeneIT opened 4 years ago

X-GeneIT commented 4 years ago

Issue type

I'm submitting a

Issue description

Current behavior:

I can see tooltips are cut off when nbTooltipPlacement is set to 'left' or 'right' in the live demo. Expected behavior:

"Th" in "This is a tooltip" should be visible with the pointed arrow. Steps to reproduce:

can be seen in the live demo, link is below. https://www.akveo.com/ngx-admin/pages/modal-overlays/tooltip Related code:

        <nb-actions size="medium">
          <nb-action icon="save-outline" status="primary" 
          [class.btn-pulse]="submitted" nbTooltip="Click to create a new 'Company Type'." nbTooltipPlacement="right"></nb-action>
      </nb-actions>

Other information:

npm, node, OS, Browser

<!--
Node, npm: `node --12.13.1` and `npm --6.12.1`
OS: Windows10
Browser: Chrome/Firefox
-->

Angular, Nebular

<!--
4.4.0
-->

Untitled

akhil02hero commented 3 weeks ago

Hi @X-GeneIT It seems to be fixed, I tried it in my local machine, Please refer the screenshot.

Screenshot 2024-11-06 at 22 14 55