Code Monkey home page Code Monkey logo

Comments (7)

tophf avatar tophf commented on May 22, 2024
.comment-body:after {
    clear: none
}

from github-wide.

mdo avatar mdo commented on May 22, 2024

Ah, related to a bugfix we just shipped. Sorry about that 😁.

@tophf If that works, want to open a pull request? :D

from github-wide.

tophf avatar tophf commented on May 22, 2024

Nah, I haven't tested for possible ramifications.

from github-wide.

mdo avatar mdo commented on May 22, 2024

If it helps, .comment-body only appears on issues, pull requests, and commits.

from github-wide.

tophf avatar tophf commented on May 22, 2024

As I hate float and love flex here's the fix I use locally:

.view-pull-request #discussion_bucket.is-visible, #show_issue #discussion_bucket {
    display: flex;
}
.view-pull-request .discussion-timeline, #show_issue .discussion-timeline {
    flex: auto;
    float: none;
    order: 1;
    margin-right: 20px!important
}
.view-pull-request .discussion-sidebar, #show_issue .discussion-sidebar {
    float: none;
    order: 2;
}

Do commit comments need this fix? There seems no way for a comment to be above the mini sidebar on the right.

from github-wide.

louy2 avatar louy2 commented on May 22, 2024

+1, on Firefox. It also affects commit comments, always pulls the bottom border of the first post down to a fixed position on the screen when the comment textarea is focused/unfocused. @tophf 's fix solves it as well.

from github-wide.

cfoellmann avatar cfoellmann commented on May 22, 2024

πŸ‘ on Firefox it solves the issue for me, too

@tophf send a PR, please.

from github-wide.

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.