diff --git a/ui/TODO.otl b/ui/TODO.otl index 15d8f65c..059692dd 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -292,6 +292,9 @@ Priority work [_] 3% Preview III [_] use Caps Lock for edit mode... [_] infinite ribbons - dynamic structure construction and partial state + | one way to do this is by: + | - limiting the number of images per field + | - adding new images to new fields to the left and right of current [_] 0% state [_] 0% save state [_] named manual diff --git a/ui/gallery.css b/ui/gallery.css index 7dfe1a79..6abdf419 100755 --- a/ui/gallery.css +++ b/ui/gallery.css @@ -293,7 +293,7 @@ .field { - position: relative; + position: absolute; overflow: visible; top: 0px; left: 0px;