-1

Here is my template and I used nebular theme for UIenter image description here

In the previous project, I did not get this error. But in this project Nx(monorepo), I got this error. When I click to name of , popover pane is showing wrong position and I got this errorenter image description here

enter image description here

I tried my best, but I am not still OK for this issue. Please help and advice me.

ko pauk
  • 11
  • 4

2 Answers2

0

I had the same problem and I updated to the most recent version of Nebular. You might have to update @angular/cdkalso that has a minimal version of 10.2.2

my package.json

"@nebular/auth": "6.2.1",
"@nebular/firebase-auth": "^6.2.1",
"@nebular/eva-icons": "6.2.1",
"@nebular/security": "6.2.1",
"@nebular/theme": "6.2.1",
David Buck
  • 3,752
  • 35
  • 31
  • 35
vamidi
  • 1
  • 1
0

I had this issue and ended up solving it by removing the NbLayoutScrollService from various providers: [] arrays in modules throughout the app.

Nathan Karasch
  • 198
  • 1
  • 8