diff --git a/ollama_answers.py b/ollama_answers.py index 62f7bfa..c82c897 100644 --- a/ollama_answers.py +++ b/ollama_answers.py @@ -296,6 +296,8 @@ INTERACTIVE_CSS = ''' align-items: center; margin: 0 0.5rem; position: relative; + overflow: hidden; + border-radius: 4px; } .sxng-input { width: 100%; @@ -340,11 +342,6 @@ INTERACTIVE_CSS = ''' color: var(--color-result-link, #5e81ac); background: var(--color-base-background-hover, rgba(0,0,0,0.05)) !important; } - .sxng-input-wrapper { - position: relative; - overflow: hidden; - border-radius: 4px; - } .sxng-input-wrapper::before { content: ""; display: block;