This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Vertical Scroll on DIV
#3
(14.09.2021, 07:27)admin Wrote: Add pointer-events: all to the CSS properties:
Code:
var quadre = $("<div id='requadre'></div>").css({
      position: 'relative',
      width: 1800, height: 800,
      top: 70,  left: 100,
      border: '1px solid white',
      overflow: 'auto',
      background: 'black',
      'pointer-events': 'all'
  }).appendTo('#plan-59');

Ok, now it works!
It's something that has been changed in new firmware?
Reply


Messages In This Thread
Vertical Scroll on DIV - by jmir - 13.09.2021, 06:58
RE: Vertical Scroll on DIV - by admin - 14.09.2021, 07:27
RE: Vertical Scroll on DIV - by jmir - 14.09.2021, 07:51
RE: Vertical Scroll on DIV - by admin - 14.09.2021, 07:54
RE: Vertical Scroll on DIV - by jmir - 14.09.2021, 07:57

Forum Jump: