DESIGNOSIS
DESIGNOSIS
Has this issue been solved?
I tried the @czirkoszoltan js+css fix, unfortunately it didn't work for me. iPhone Safari is trending. Surely this is worth fixing! I love how smoothly this module works on other...
I used every fixed element in my CSS ... there were 6 in total. But I'm using a pretty large CSS framework (fomantic-ui) that probably added some I didn't check....
Do you need to set `visibility: hidden` on fixed children with fixed parents? In other words ... ```html Blah Blah ``` ... Will `body.fluidbox-image-opened #parent { visibility: hidden }` do...
This feature is already there (though disabled) on **line 609** of `Fluidbox/src/js/jquery.fluidbox.js`. Just need to change this ... ``` $d.on('keydown', function(e) { ``` ... to ... ``` $fb.on('keydown', function(e) {...
Rearranging fields is a significant part of my daily dev life! I can't be alone in that :) I hope you find time to implement this feature without losing the...
Here's how TablePlus handles table column sorting right now ... https://user-images.githubusercontent.com/146623/107689530-efcc0c80-6c76-11eb-9c5d-0b7e375f6c65.mp4 Here's how most apps (including Sequel Ace and predecessor Sequel Pro) handle sorting ... https://user-images.githubusercontent.com/146623/107689503-e6db3b00-6c76-11eb-92f4-ac14dbcc71a0.mp4 I very much appreciate...
Since my last post, I've tried switching to TablePlus twice. Both times, manually typing in numbers to rearrange a field (a common task in my world) has frustrated me enough...
This no longer works (getting gateway timeouts). Neither does https://bundle.run/. Any tips for those of us who need a simple, standalone, non-bloated codebase?