Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS what happens if content is shorter than desktop height

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #284047
    albertqerimi
    Participant

    Hi I have problems with the content of an app to fit the height of monitor for example on 24inchs is showing space on bottom is there any way to show always html or body full height of content.
    https://app.parkingbadge.com/guest

    #284048
    Shikkediel
    Participant

    Try this:

    #app, #app > main, #app > main > div, #app > main > div > div {
      height: 100%;
    }
    
    #284062
    albertqerimi
    Participant

    thank you but why is this coming

    #284102
    Shikkediel
    Participant

    You mean the reason it’s not full height already? I reckon because it just takes up as much space as it takes and the creator didn’t bother… maybe when it was originally made there weren’t really any screens that were higher than the content.

    #284130
    albertqerimi
    Participant

    Thank your @Shikkediel

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.