Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com

    Windy bottom "timeline" is not displayed correctly

    Developers
    3
    5
    289
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jantold last edited by

      Hey guys!
      I am right now testing out the windy API and I have an issue with the #bottom, the timeline of windy is cut in half

      WindyBottom.JPG

      My css:

      #windy {
      height: 100%;
      width: 100%;
      position: absolute;
      }

      #windy #embed-zoom {
      display: none !important;
      }
      #windy #logo-wrapper {
      top: initial;
      bottom: 65px;
      }
      #windy #logo-wrapper #logo {
      left: 140px;
      }

      Thanks for your help!

      O 1 Reply Last reply Reply Quote 0
      • O
        oderon @jantold last edited by

        @jantold Hi, go to html inspector F12, and find class named: progress-bar and set it to progress-bar2 for example. If it fix the problem it means that you are using another library which overrides progress-bar class behaviour.

        Greetings

        J 1 Reply Last reply Reply Quote 3
        • J
          jantold @oderon last edited by

          @oderon oh it changed! thank you for your help,
          so could it have something to do with my current leaflet library?

          O 1 Reply Last reply Reply Quote 0
          • O
            oderon @jantold last edited by

            @jantold IF it changed then yes it does impact leaflet library. Go to inspector again F12, select the div with class progress-bar, then look at Styles tab and find what library overrides the leaflet style. In my case it was bootstrap who causes the problem. I had to bypass it by creating global style for progress-bar like this:

            .progress-bar {
              overflow: visible;
              background-color: transparent;
              text-align: unset;
            }
            
            J 1 Reply Last reply Reply Quote 2
            • J
              jantold @oderon last edited by

              @oderon thank you so much!
              bootstrap was also in my case the problem :D

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
              NodeBB & contributors, OSM & contributors, HERE maps
              Terms and Conditions     Privacy Policy