• Resolved ollkar

    (@ollkar)


    Hi,
    Having some trouble on my website. When i edit an order in woocommerce there is a side menu with options. The problem is that when i scroll it adds an css class (.wppb-fixed-position) that changes the position to fixed using this css code:
    @media screen and (min-width: 851px)
    .wppb-fixed-position {
    position: fixed !important;
    top: 50px;
    z-index: 1;
    }
    Have tried overriding it but with no avail. Also tried removing the css file completly but it still adds that class. Didn’t find any settings for this either. Is this a bug? How do i fix this?

Viewing 1 replies (of 1 total)
  • Thread Starter ollkar

    (@ollkar)

    Apperently they have fixed this in an upcoming update this week. If anyone else is looking for an answer!

    • This reply was modified 2 years, 1 month ago by ollkar.
    • This reply was modified 2 years, 1 month ago by ollkar.
Viewing 1 replies (of 1 total)
  • The topic ‘Fixed position override’ is closed to new replies.