Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generative AI Config dialog does not scroll, cannot configure Ollama #3945

Open
dhdaines opened this issue Feb 10, 2025 · 0 comments
Open

Generative AI Config dialog does not scroll, cannot configure Ollama #3945

dhdaines opened this issue Feb 10, 2025 · 0 comments

Comments

@dhdaines
Copy link

dhdaines commented Feb 10, 2025

Even on a laptop with a rather large screen it is impossible to follow these instructions: https://docs.onyx.app/gen_ai_configs/ollama

Because the "Configure a Generative AI Model" dialog box does not scroll to reveal all the necessary configuration (or the "Enable" button" or that matter) when the "Custom" tab is selected.

This is on a 1920x1080 screen! Imagine if I had tried it on my old faithful X250... Do your developers all have multiple 4k monitors or something?

I was able to work around it by going into the DOM inspector and adding an overflow-y: scroll style to the <div> for the dialog box. It doesn't have an id (why?) but it has this class, if that helps to identify it in whatever front-end framework you're using:

class="
          bg-neutral-50 dark:bg-neutral-800
          text-neutral-950 dark:text-neutral-50
          rounded 
          shadow-2xl 
          transform 
          transition-all 
          duration-300 
          ease-in-out
          relative
          max-w-3xl w-full
          p-8
          
          flex
          flex-col
          max-h-[90vh]
        "

This is in both Firefox and Chrome, on Ubuntu 22.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant