Jack Moore
Jack Moore
Doh. Thanks.
Glad you were able to find a solution. This is not something I've been able to replicate using my Macbook, so I feel like it may be something specific to...
I haven't tried to recreate your situation, but instead of doing this: ``` #cboxOverlay{position:absolute; width:100%; height:10000px;} ``` Maybe try this: ``` #cboxOverlay{position:fixed; width:100%; height:100%; z-index:9998;} ``` This moves the z-index...
Just checked and Firefox still behaves in the way described above. However, I imagine that placeholder text factoring into scrollable height is not specced behavior and different browsers took different...
Any progress on supporting Preact?
Thanks, and sorry about the lack of a build script. I keep a private build script that did the minification, lint, bumped the bower and package json files, and published...
@PFarejowicz @btraut Published, sorry for that oversight. @itrelease Sorry, I'm not comfortable taking that step yet. It would need to be preprocessed for my builds, but I exclude node_modules for...
Sorry, that didn't even cross my mind. It only supports top positioning at the moment.
@boy-techy Sorry, never implemented it. Not planning on developing this anymore, I just use native now.
Thanks. I appreciate the pull request, and I am considering merging the shorter license and the assumption that the plugin is being assigned to anchor elements whose href is the...