Uh oh!
There was an error while loading. Please reload this page.
Actions: knowledgefutures/underlay
Actions
Showing runs from all workflows
246 workflow runs
246 workflow runs
CI: 852ce7dbc911406c97e841a43ec352d2b474ab70
CI
#89:
Pull request #33
opened
by
isTravis
Deploy dev: Stop the collection tab row scrolling vertically
The tab strip rubber-banded on trackpads. overflow-x: auto forces overflow-y
to compute to auto — per spec the two axes can't be independently visible —
and the tabs' -mb-px (which pulls the active underline over the row rule)
gave that axis exactly 1px to scroll, enough to shift the row a pixel.
Moved the offset from the tabs to the strip wrapper so nothing overflows
vertically, and set overflow-y-hidden explicitly. The active underline ...
Deploy
#136:
completed
by
isTravis
2m 24s
CI: Stop the collection tab row scrolling vertically
The tab strip rubber-banded on trackpads. overflow-x: auto forces overflow-y
to compute to auto — per spec the two axes can't be independently visible —
and the tabs' -mb-px (which pulls the active underline over the row rule)
gave that axis exactly 1px to scroll, enough to shift the row a pixel.
Moved the offset from the tabs to the strip wrapper so nothing overflows
vertically, and set overflow-y-hidden explicitly. The active underline still
co...
CI
#88:
Commit d97c8af
pushed
by
isTravis
Deploy dev: Fix clipped version dropdown and missing scroll restoration
The version picker's dropdown was being cut off at the tab row. Not a
z-index problem: the mobile fix in 58dac79 put overflow-x-auto on that row so
the tabs could scroll on narrow screens, and any overflow value other than
visible also clips absolutely-positioned descendants. Only the tabs scroll
now; the picker sits outside that container.
Navigating between routes also left the scroll position untouched, so
following a link while...
Deploy
#135:
completed
by
isTravis
1m 53s
CI: Fix clipped version dropdown and missing scroll restoration
The version picker's dropdown was being cut off at the tab row. Not a
z-index problem: the mobile fix in 58dac79 put overflow-x-auto on that row so
the tabs could scroll on narrow screens, and any overflow value other than
visible also clips absolutely-positioned descendants. Only the tabs scroll
now; the picker sits outside that container.
Navigating between routes also left the scroll position untouched, so
following a link while scrolle...
CI
#87:
Commit 5a8ad54
pushed
by
isTravis
CI: 3e92dd451d74576bb8f6175d1437094f37b83c14
CI
#85:
Pull request #32
opened
by
isTravis
CI: Add share-by-link functionality and fix privacy hash consistency (#31)
CI
#83:
Commit 2262315
pushed
by
isTravis
CI: 2262315981f24eb2d16e0fc020cc5f9ca4fd0072
CI
#82:
Pull request #31
opened
by
isTravis
Deploy dev: Add cleaning export/API streaming for faster collection access (#30)
Deploy
#129:
completed
by
isTravis
2m 3s
CI: Add cleaning export/API streaming for faster collection access (#30)
CI
#81:
Commit 62f7f7c
pushed
by
isTravis
CI: 90ee4ea93e64d90cbac32964b7a7bc8d4209a0af
CI
#80:
Pull request #30
opened
by
isTravis
Deploy dev: Scaling improvements to allow very large collection pushes and queries (#29)
Deploy
#127:
completed
by
isTravis
3m 8s
CI: Scaling improvements to allow very large collection pushes and queries (#29)
CI
#78:
Commit 6747c1e
pushed
by
isTravis