Skip to content

Commit b4082c5

Browse files
author
Pavlo Kulyk
committed
fix: correct capitalization of "Import" in RichEditor documentation
1 parent 3cb1d49 commit b4082c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adminforth/documentation/docs/tutorial/08-Plugins/04-RichEditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, install the plugin:
1212
npm i @adminforth/rich-editor --save
1313
```
1414

15-
import plugin:
15+
Import plugin:
1616

1717
```ts title="./resources/apartments.ts"
1818
import RichEditorPlugin from "@adminforth/rich-editor";

adminforth/spa/src/afcl/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939
</div>
4040
<teleport to="body" v-if="(teleportToBody || teleportToTop) && showDropdown">
41-
<div ref="dropdownEl" :style="getDropdownPosition" :class="{'shadow-none': isTop, 'z-30': teleportToBody, 'z-[1000]': teleportToTop}"
41+
<div ref="dropdownEl" :style="getDropdownPosition" :class="{'shadow-none': isTop, 'z-10': teleportToBody, 'z-[1000]': teleportToTop}"
4242
class="fixed w-full bg-lightDropdownOptionsBackground shadow-lg dark:shadow-black dark:bg-darkDropdownOptionsBackground
4343
dark:border-gray-600 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm max-h-48"
4444
@scroll="handleDropdownScroll">

0 commit comments

Comments
 (0)