docbrown/app/javascript/article-form/components
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
..
__tests__ ForemMobile namespaced functions (#15212) 2021-11-23 15:25:29 -06:00
Help generator cleanup (#15284) 2021-11-08 11:55:24 +01:00
AccessibilitySuggestions.jsx Advise users about potential accessibility failings in their posts - RFC #58 (#13745) 2021-06-03 10:27:12 +01:00
ArticleCoverImage.jsx ForemMobile namespaced functions (#15212) 2021-11-23 15:25:29 -06:00
ClipboardButton.jsx make default alt text 'image description' (#15063) 2021-10-13 16:37:34 +01:00
Close.jsx updates article form to have warning modal (#12430) 2021-01-28 11:32:28 -05:00
dragAndDropHelpers.js Ran prettier on *.js, *.jsx and *.md files. (#11586) 2020-11-23 20:45:50 -05:00
EditorActions.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
EditorBody.jsx make default alt text 'image description' (#15063) 2021-10-13 16:37:34 +01:00
ErrorList.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
Form.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
Header.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
ImageUploader.jsx ForemMobile namespaced functions (#15212) 2021-11-23 15:25:29 -06:00
index.js Remove non application files from frontend code coverage (#11752) 2020-12-04 20:00:20 -05:00
Meta.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
Options.jsx Preventing author profile from going transparent (#15478) 2021-11-24 09:38:13 -05:00
PageTitle.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
pasteImageHelpers.js Add paste image (#10212) 2021-02-04 10:58:56 -05:00
Preview.jsx Update tag's style (#15266) 2021-11-11 14:03:31 -05:00
Tabs.jsx Log prop-types warnings to console in development (#14635) 2021-09-01 09:27:58 +01:00
TagsField.jsx Fix PropTypes Error Create New Post Page (#14969) 2021-10-11 09:48:24 -04:00
Title.jsx Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
Toolbar.jsx [deploy] Redesign article editor (#7524) 2020-05-29 11:59:37 -04:00