Skip to content

Commit

Permalink
Lowered un-anchored app div z-index to not overlap DDG search setting…
Browse files Browse the repository at this point in the history
…s popup
  • Loading branch information
adamlui committed Jan 30, 2025
1 parent 8d9e41a commit 7dadf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duckduckgpt/greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.30.9
// @version 2025.1.30.10
// @license MIT
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
Expand Down Expand Up @@ -2074,7 +2074,7 @@
+ 'position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ;'
+ 'z-index: 9999 ; cursor: ew-resize }'
+ `#${app.slug} {`
+ 'position: sticky ; z-index: 5555 ; padding: 17px 26px 16px ; flex-basis: 0 ; border-radius: 8px ;'
+ 'position: sticky ; z-index: 250 ; padding: 17px 26px 16px ; flex-basis: 0 ; border-radius: 8px ;'
+ `border: ${ env.ui.app.scheme == 'dark' ? 'none' : '1px solid #e5e5e5' } ; width: auto ;`
+ 'flex-grow: 1 ; word-wrap: break-word ; white-space: pre-wrap ; box-shadow: var(--app-shadow) ;'
+ ( config.bgAnimationsDisabled ? // classic flat bg
Expand Down

0 comments on commit 7dadf0e

Please sign in to comment.