Skip to content

Commit

Permalink
Raised z-index of asktip visibility menu higher than asktip for impro…
Browse files Browse the repository at this point in the history
…ved 3D
  • Loading branch information
adamlui committed Jun 20, 2024
1 parent 7957eb5 commit c5d10c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bravegpt/greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
// @description:zu Faka izimpendulo ze-AI eceleni kwe-Brave Search. Buza kusuka kunoma yisiphi isiza. Ixhaswe yi-GPT-4o!
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.6.20.1
// @version 2024.6.20.2
// @license MIT
// @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287
// @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287
Expand Down Expand Up @@ -2097,7 +2097,7 @@ setTimeout(async () => {
hideAsktipMenu.style.cssText = noUserSelectStyles
+ `font-family: ${fontFamilies} ; font-size: 16px ; border: 1px solid black ; border-radius: 9px ;`
+ `display: none ; color: rgb(27, 27, 27) ; background: ${bgColor} ; position: absolute ; padding: 3px ;`
+ 'box-shadow: rgba(0, 0, 0, 0.21) 0 5px 11px'
+ 'box-shadow: rgba(0, 0, 0, 0.21) 0 5px 11px ; z-index: 1200'
document.body.append(hideAsktipMenu)

// Create/fill/stylize/listenerize/append hide tip menu items
Expand Down
4 changes: 2 additions & 2 deletions duckduckgpt/greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
// @description:zu Faka izimpendulo ze-AI eceleni kwe-DuckDuckGo. Buza kusuka kunoma yisiphi isiza. Ixhaswe yi-GPT-4o!
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.6.20.1
// @version 2024.6.20.2
// @license MIT
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302
// @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302
Expand Down Expand Up @@ -2135,7 +2135,7 @@
hideAsktipMenu.style.cssText = noUserSelectStyles
+ `font-family: ${fontFamilies} ; font-size: 16px ; border: 1px solid black ; border-radius: 9px ;`
+ `display: none ; color: rgb(27, 27, 27) ; background: ${bgColor} ; position: absolute ; padding: 3px ;`
+ 'box-shadow: rgba(0, 0, 0, 0.21) 0 5px 11px'
+ 'box-shadow: rgba(0, 0, 0, 0.21) 0 5px 11px ; z-index: 1200'
document.body.append(hideAsktipMenu)

// Create/fill/stylize/listenerize/append hide tip menu items
Expand Down
4 changes: 2 additions & 2 deletions googlegpt/greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search. Buza kuphi noma yikuphi usayithi. Inikwa amandla yi-Google Gemma + GPT-4o!
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.6.20.2
// @version 2024.6.20.3
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -2164,7 +2164,7 @@
hideAsktipMenu.style.cssText = noUserSelectStyles
+ `font-family: ${fontFamilies} ; font-size: 16px ; border: 1px solid black ; border-radius: 9px ;`
+ `display: none ; color: rgb(27, 27, 27) ; background: ${bgColor} ; position: absolute ; padding: 3px ;`
+ 'box-shadow: rgba(0, 0, 0, 0.21) 0 5px 11px'
+ 'box-shadow: rgba(0, 0, 0, 0.21) 0 5px 11px ; z-index: 1200'
document.body.append(hideAsktipMenu)

// Create/fill/stylize/listenerize/append hide tip menu items
Expand Down

0 comments on commit c5d10c5

Please sign in to comment.