@mjhls/mjh-framework 1.0.569 → 1.0.570
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/View.js +1 -1
- package/dist/esm/View.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/View.js
CHANGED
|
@@ -113,7 +113,7 @@ var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
|
|
|
113
113
|
React__default['default'].createElement(
|
|
114
114
|
'style',
|
|
115
115
|
{ jsx: 'true' },
|
|
116
|
-
'\n .author-details-card-' + index + ' {\n display: none;\n position: absolute;\n width: 90%;\n max-width: 450px;\n
|
|
116
|
+
'\n .author-details-card-' + index + ' {\n display: none;\n position: absolute;\n width: 90%;\n max-width: 450px;\n z-index: 9999;\n }\n .author-details-card-' + index + ' h5 {\n font-weight: 500;\n }\n .author-details-link-' + index + ':hover + .author-details-card-' + index + ', .author-details-card-' + index + ':hover {\n display: block;\n box-shadow: 0px 0px 5px #aaa;\n padding: 15px;\n border-radius: 5px;\n }\n '
|
|
117
117
|
),
|
|
118
118
|
length !== index + 1 && ' , '
|
|
119
119
|
);
|
package/dist/esm/View.js
CHANGED
|
@@ -102,7 +102,7 @@ var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
|
|
|
102
102
|
React.createElement(
|
|
103
103
|
'style',
|
|
104
104
|
{ jsx: 'true' },
|
|
105
|
-
'\n .author-details-card-' + index + ' {\n display: none;\n position: absolute;\n width: 90%;\n max-width: 450px;\n
|
|
105
|
+
'\n .author-details-card-' + index + ' {\n display: none;\n position: absolute;\n width: 90%;\n max-width: 450px;\n z-index: 9999;\n }\n .author-details-card-' + index + ' h5 {\n font-weight: 500;\n }\n .author-details-link-' + index + ':hover + .author-details-card-' + index + ', .author-details-card-' + index + ':hover {\n display: block;\n box-shadow: 0px 0px 5px #aaa;\n padding: 15px;\n border-radius: 5px;\n }\n '
|
|
106
106
|
),
|
|
107
107
|
length !== index + 1 && ' , '
|
|
108
108
|
);
|