kjac / FormEditor

A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
MIT License
99 stars 42 forks source link

Submissions - Scroll bar disappears #161

Closed uniquelau closed 6 years ago

uniquelau commented 7 years ago

When a viewing form submissions that have multiple fields, the table overflows and a scroll bar appears.

However, in Chrome, this scroll bar seems to disappear and is not possible to click.

I can scroll the submissions, if I highlight some text and drag it.

The scroll appears momentarily, and then disappears again.

CSS is my cup of tea, so I had a good look at what's going on inside form.css, but I could not make an adjustment that resolves the issue. Is it something you've seen? I'm happy to have a bit more of a dig, if it helps. I think it may be something to do with something else in the DOM.

kjac commented 7 years ago

Hey @uniquelau,

I can't seem to reproduce this - here's how I see it in Chrome:

image

Which Umbraco and Form Editor versions are you using?

uniquelau commented 7 years ago

Latest version of Form Editor (1.3.0) and Umbraco 7.7.2, I'll have another play tomorrow! Cheers! L

kjac commented 7 years ago

Hey again :)

This is how I see it unfold in Umbraco 7.7.3 with the latest Form Editor:

image

uniquelau commented 6 years ago

Upgraded to latest Umbraco version, issue is resolved.