question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Opening NbSelect distorts page layout

See original GitHub issue

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Current behavior: If you have nb-layout-header on a page and nb-select inside nb-layout-column and if page’s height is bigger than your screen and you open the nb-select after scrolling, the nb-layout-header would disappear. (NOTE:) - the parent component nb-layout has no input properties.

Expected behavior: nb-layout-header shouldn’t move or disappear after scrolling the page and opening the nb-select

Steps to reproduce: create nb-layout then inside it one nb-layout-header and one nb-layout-column. Then put a div Inside nb-layout-column with a height bigger than the screen, so you can to scroll it then put a nb-select inside this div in a position that you have to scroll in order to get to it, then open then nb-select to see the issue.

Related code: Please refer to this closed issue - #1158

Angular, Nebular

Angular - 7.3.7
Nebular - 3.5.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
maihannijatcommented, May 14, 2019

negative top margin is added to the html element when select component is clicked. I added the following now to have quick fix: html {top: 0 !important;}

2reactions
jagabscommented, Feb 13, 2020

@yggg this is when nb-select is in a dialog Screen Shot 2020-02-13 at 10 45 08 PM

still occurs on “@nebular/theme”: “4.6.0”

Read more comments on GitHub >

github_iconTop Results From Across the Web

COMMON ERRORS IN KRONOS AND HOW TO FIX THEM
Employees should never use system-generated pay codes or Human Resources-selected pay codes without permission from Human Resources.
Read more >
Fidelity down? Current problems and outages - Downdetector
Real-time problems and outages for Fidelity. Can't view your portfolio. Is the server down? Here you see what is going on.
Read more >
LaTeX/Hyperlinks - Wikibooks, open books for an open world
LaTeX enables typesetting of hyperlinks, useful when the resulting format is PDF, and the hyperlinks can be followed. It does so using the...
Read more >
ESP32-CAM Troubleshooting Guide: Most Common Problems ...
This guide is a compilation with the most common errors when using the ESP32-CAM and how to fix them. The ESP32-CAM can be...
Read more >
Computer directly enters BIOS configuration after ... - ASUS
Go to the [Boot] page⑤, find the [Boot Option #1]⑥, select the correct hard disk drive which has the operating system⑦.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found