Skip to content

[CSS Snippet]: last row white space too big on display resolution (1360x768) #701

Answered by RafaelGB
imed-ghomari asked this question in Q&A
Discussion options

You must be logged in to vote

sure. Could you try a CSS snippet with this content?

@media only screen and (max-height: 768px) {
  .database-plugin__scroll-container {
    will-change: transform;
    width: 100%;
    height: 92%;
  }
}

Currently this @media is necessary for mobile resolutions. Actual state

@media only screen and (max-height: 768px) {
  .database-plugin__scroll-container {
    will-change: transform;
    width: 100%;
    height: 85%;
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@imed-ghomari
Comment options

imed-ghomari Dec 26, 2022
Collaborator Author

Answer selected by imed-ghomari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working Visual Visual problem of the application
2 participants
Converted from issue

This discussion was converted from issue #700 on December 26, 2022 14:56.