diff --git a/package.json b/package.json index 47b3b01..bb5cf86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.9.5", + "version": "1.9.6", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/vp-explorer/VPExplorer.css b/src/components/vp-explorer/VPExplorer.css new file mode 100644 index 0000000..31febea --- /dev/null +++ b/src/components/vp-explorer/VPExplorer.css @@ -0,0 +1,13 @@ +.answer-feedback { + transition: opacity 0.3s ease-in; + opacity: 0.8; + position: fixed; + top: 50%; + left: 50%; + z-index: 99999999; + transform: translate(-50%, -50%); +} + +.hide { + opacity: 0; +} \ No newline at end of file