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

[BUG] Too many scrollbars in experiment view #5129

Closed
2 of 23 tasks
9dogs opened this issue Nov 30, 2021 · 2 comments
Closed
2 of 23 tasks

[BUG] Too many scrollbars in experiment view #5129

9dogs opened this issue Nov 30, 2021 · 2 comments
Labels
area/uiux Front-end, user experience, plotting, JavaScript, JavaScript dev server bug Something isn't working

Comments

@9dogs
Copy link
Contributor

9dogs commented Nov 30, 2021

Willingness to contribute

The MLflow Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the MLflow code base?

  • Yes. I can contribute a fix for this bug independently.
  • Yes. I would be willing to contribute a fix for this bug with guidance from the MLflow community.
  • No. I cannot contribute a bug fix at this time.

System information

  • Have I written custom code (as opposed to using a stock example script provided in MLflow): no
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): docker python:3.10-slim-buster
  • MLflow installed from (source or binary): binary, pip install mlflow
  • MLflow version (run mlflow --version): 1.22.0
  • Python version: 3.10
  • npm version, if running the dev UI: -
  • Exact command to reproduce: -

Describe the problem

Too many scrollbars - see picture.

image (2)

I believe this line to blame:

What component(s), interfaces, languages, and integrations does this bug affect?

Components

  • area/artifacts: Artifact stores and artifact logging
  • area/build: Build and test infrastructure for MLflow
  • area/docs: MLflow documentation pages
  • area/examples: Example code
  • area/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registry
  • area/models: MLmodel format, model serialization/deserialization, flavors
  • area/projects: MLproject format, project running backends
  • area/scoring: MLflow Model server, model deployment tools, Spark UDFs
  • area/server-infra: MLflow Tracking server backend
  • area/tracking: Tracking Service, tracking client APIs, autologging

Interface

  • area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev server
  • area/docker: Docker use across MLflow's components, such as MLflow Projects and MLflow Models
  • area/sqlalchemy: Use of SQLAlchemy in the Tracking Service or Model Registry
  • area/windows: Windows support

Language

  • language/r: R APIs and clients
  • language/java: Java APIs and clients
  • language/new: Proposals for new client languages

Integrations

  • integrations/azure: Azure and Azure ML integrations
  • integrations/sagemaker: SageMaker integrations
  • integrations/databricks: Databricks integrations
@9dogs 9dogs added the bug Something isn't working label Nov 30, 2021
@github-actions github-actions bot added the area/uiux Front-end, user experience, plotting, JavaScript, JavaScript dev server label Nov 30, 2021
@SeguinBe
Copy link

SeguinBe commented Dec 7, 2021

I'm no react developper but my guess on the cause would be more on the fact that there are three overflow-y: scroll; in ExperimentListView.css

@harupy
Copy link
Member

harupy commented Jun 6, 2022

Fixed by #5159.

@harupy harupy closed this as completed Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/uiux Front-end, user experience, plotting, JavaScript, JavaScript dev server bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants