Skip to content

Commit

Permalink
Fix popout comments (1c4e9b6).
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 13, 2024
1 parent 8aa1272 commit e118c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4656,7 +4656,7 @@ a:hover .cmtnum,
height: 1rem;
}
@media screen and (min-width: 1024px) {
.cmtcard.is-editing.popout {
.cmtcard.edit.popout {
position: fixed;
right: 0;
bottom: 0;
Expand All @@ -4669,7 +4669,7 @@ a:hover .cmtnum,
z-index: 4;
overflow: auto;
}
.cmtcard.is-editing.popout .cmttext {
.cmtcard.edit.popout .cmttext {
max-height: 50vh;
}
}
Expand Down

0 comments on commit e118c3e

Please sign in to comment.