Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Your site is not getting the default height properly when loading content. Please add this custom CSS from Simple Link Directory -> Settings -> Custom CSS tab. Clear the cache and check again. We hope your issue will be fixed.


    .qcopd-list-wrapper {
    overflow: hidden;
    overflow-y: auto;
    }
    .qcopd-list-wrapper::-webkit-scrollbar {
    width: 8px;
    }
    .qcopd-list-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    }
    .qcopd-list-wrapper::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
    }
    .qcopd-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #333;
    }

    Thank you

    Thread Starter Manish S

    (@shahmanish877)

    Why’s that happening? Is there a good fix?

    The gaps are also not working properly – https://nimb.ws/GSTRhV

    Thread Starter Manish S

    (@shahmanish877)

    Is there a permanent solution for this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Items overlapping other content’ is closed to new replies.