Question

Embedded iframe scrolling block

  • 6 November 2015
  • 2 replies
  • 285 views

Hi everyone,


We’re iframing a Data Table/Data Table Visualization in our Wiki, and there’s a

.lk-vis-table-stuck-header-wrapper div with a z-index of 10 that is preventing people from scrolling on the rest of the page if the mouse hits the header.


Has anyone found a workaround for this?


2 replies

iframe id=“id” src=“https://lookeriframe?type=table” width=“100%” height=“900” frameborder=“0” scrolling=“no” style=“overflow:hidden;border:solid 1px #000;position:relative;z-index:0;pointer-events:none;”>


The pointer-events:none seems to work here as a good workaround 🙂

Userlevel 5
Badge

Hey Ken - thanks for finding this great workaround!

Reply