Git Product home page Git Product logo

Comments (2)

linear avatar linear commented on June 15, 2024

HIG-4659 Highlighted buttons in the top nav on Name screen

from highlight.

greptile-apps avatar greptile-apps commented on June 15, 2024

To resolve the issue where the top Discord/GitHub icons and 'metrics' button remain in the foreground when the modal is open, follow these steps:

  1. Locate the Modal CSS: Open the CSS file for the modal component that is being displayed. For example, if it's the Discord integration modal, open /frontend/src/pages/IntegrationsPage/components/DiscordIntegration/DiscordIntegrationConfig.module.css.

  2. Add z-index to Modal: Ensure the modal has a higher z-index than the top nav buttons. Add or update the z-index property in the modal's CSS class. For example:

    .modal {
      z-index: 1050; /* Ensure this is higher than the top nav buttons */
    }
  3. Locate Top Nav CSS: Open the CSS file for the top nav buttons. This might be in a global CSS file or a specific component CSS file.

  4. Adjust z-index of Top Nav Buttons: Ensure the top nav buttons have a lower z-index than the modal. For example:

    .topNavButton {
      z-index: 1000; /* Ensure this is lower than the modal */
    }
  5. Apply Changes: Save the changes and ensure the modal now appears above the top nav buttons.

References

/frontend/src/pages/IntegrationsPage/components/DiscordIntegration/DiscordIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/GitHubIntegration/GitHubIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/JiraIntegration/JiraIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/MicrosoftTeamsIntegration/MicrosoftTeamsIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/SlackIntegration/SlackIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/LinearIntegration/LinearIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/ClearbitIntegration/ClearbitIntegrationConfig.module.css
/frontend/src/pages/IntegrationsPage/components/ClickUpIntegration/ClickUpIntegrationConfig.module.css
/frontend/src/pages/ErrorsV2/ErrorIssueButton/ErrorIssueButton.tsx
/frontend/src/pages/ErrorsV2/ErrorIssueButton/style.css.ts

Ask Greptile

from highlight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.