🌐 AI搜索 & 代理 主页
Skip to content

row is visible behind sticky table header #4123

@sprocket99

Description

@sprocket99

Describe the bug

When using the sticky header I can see when scrolling part of the background row, and it looks kind of bad.

My table is defined as:

<b-table primary-key="id" :fields="fields" :items="nodes" :filter="filter" head-variant="light" sticky-header="77.3vh" show-empty hover bordered>

image

Also, setting the height to something like calc(100vh-100px) does not work.

Expected behavior

The background row should be completely hidden behind the header. I only found this to be an issue on chrome.

Versions

Libraries:

  • BootstrapVue: ^2.0.0-rc.28
  • Bootstrap: ^4.3.1
  • Vue: ^2.6.10

Environment:

  • OS: Windows 10
  • Browser: Chrome 76.0.3809.132

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions