Skip to content

Commit

Permalink
修正右上角選項被擋住問題
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Jun 15, 2024
1 parent 9f5653d commit c0ea01b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,14 @@ ChatGPT 雖然很厲害,但也有它的極限,所以我們要加強自己的
### 1.2.4 版

送審日期:2024/05/15
通過日期:送審中
通過日期:2024/05/18

- 修正送出按鈕,因官方改版造成的問題
- 修正左側問題
- 修正左側問題

### 1.2.5 版

送審日期:2024/06/16
通過日期:2024/06/19

- 修正右上角選項被擋住問題
2 changes: 1 addition & 1 deletion js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ function findGroupAndIndex(promptId) {
// css style
const styles = `
.custom-menu {
z-index: 9999;
z-index: 0;
position: fixed;
top:65px;
right:0;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"author": "Joe",
"version": "1.2.4",
"version": "1.2.5",
"default_locale": "en",
"icons": {
"16": "images/icon/16.png",
Expand Down

0 comments on commit c0ea01b

Please sign in to comment.