docbrown/app/javascript
Jeremy Friesen 58a4d805d7
Preventing author profile from going transparent (#15478)
* Preventing author profile from going transparent

Prior to this change, when you would hover over an author profile that
was "close to" the bottom of the page, the card would be transparent
instead of the expected opaque.

With this change, when you hover over an author profile that is "close"
to the bottom of the page, the card renders as an opaque card.

Now why does this work?  I don't really know, except to say that a
`display: table` imperative is a more "chunky" display element than a
block.  I would love for someone to explain why this works.

Tested against on MacOS Safari, Firefox, and Chrome.

https://developer.mozilla.org/en-US/docs/Web/CSS/display

Fixes #15290

* revert table

* fix

* missed spot

* actions dropdown

Co-authored-by: Paweł Ludwiczak <ludwiczakpawel@gmail.com>
2021-11-24 09:38:13 -05:00
..
.storybook Added the babel-inline-react-svg plugin (#15461) 2021-11-23 12:24:50 -05:00
actionsPanel Mod tools trigger (#15400) 2021-11-22 08:22:26 +01:00
admin Dynamically update the brand colors (#15432) 2021-11-23 09:46:17 +02:00
analytics Accessibility enhancements to navigation tabs (#13559) 2021-05-07 15:24:34 +01:00
article-form Preventing author profile from going transparent (#15478) 2021-11-24 09:38:13 -05:00
articles Fix timestamp typo (#15369) 2021-11-15 17:04:04 +00:00
CommentSubscription Preventing author profile from going transparent (#15478) 2021-11-24 09:38:13 -05:00
common-prop-types ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
contentDisplayPolicy Accessibility improvements for hide comments modal (#15462) 2021-11-24 09:50:27 +03:00
crayons Markdown toolbar - update new line logic for block syntaxes (#15343) 2021-11-19 06:59:21 +00:00
githubRepos Bump eslint-config-preact from 1.1.3 to 1.1.4 (#13516) 2021-04-27 18:54:43 +02:00
icons Storybook: Add DocsPage and test out static content (#11397) 2020-12-02 09:56:38 -08:00
leftSidebar fix some prop type errors on the home page (#15314) 2021-11-10 13:47:55 +00:00
listings ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
mobile ForemMobile namespaced functions (#15212) 2021-11-23 15:25:29 -06:00
modCenter Add separate section for article link to improve accessibility in the mod center (#14312) 2021-08-11 14:30:12 +07:00
onboarding Add bio to onboarding (#14544) 2021-08-20 09:39:01 +07:00
organization fix some prop type errors on the home page (#15314) 2021-11-10 13:47:55 +00:00
packs ForemMobile namespaced functions (#15212) 2021-11-23 15:25:29 -06:00
podcasts Bump eslint-config-preact from 1.1.3 to 1.1.4 (#13516) 2021-04-27 18:54:43 +02:00
previewCards Add author profile preview cards to feed (#14340) 2021-08-13 10:55:43 +07:00
profileDropdown ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
profilePreviewCards padding fix (#14766) 2021-09-20 17:45:18 +02:00
readingList Add Snackbar component on reading list (#15235) 2021-11-15 13:06:21 +02:00
responseTemplates Edit buttons styles for Templates responses (Mod) (#14468) 2021-08-12 15:57:36 +01:00
runtimeBanner Removes target=_blank and small banner redirect tweak (#14548) 2021-09-01 08:27:24 -06:00
Search Admin-configurable display locale (#14620) 2021-09-28 11:04:35 -04:00
searchableItemList Reading list: fix broken pagination (#14031) 2021-06-22 08:24:23 +02:00
shared/components treat cmd and ctrl key shortcuts separately on macOS (#15265) 2021-11-03 11:54:15 +00:00
sidebar-widget Refactoring SidebarWidget and sidebarUser (#10887) 2021-02-03 17:47:54 +00:00
Snackbar Refactor Admin Member Detail view - Tools section (#14283) 2021-08-17 18:55:53 +02:00
topNavigation fix member dropdown does not remain open on mouseout when click (#14317) 2021-07-28 10:43:03 -04:00
utilities ForemMobile namespaced functions (#15212) 2021-11-23 15:25:29 -06:00
.eslintrc.js Added the babel-inline-react-svg plugin (#15461) 2021-11-23 12:24:50 -05:00
netlify.toml Use proper Node version for Storybook (#15182) 2021-10-25 15:29:03 -04:00
routes.js.erb [15-minute fix] Add js-routes gem (#15133) 2021-11-01 10:08:15 +07:00