A
A
Andrey Titov2018-07-11 12:58:52
css
Andrey Titov, 2018-07-11 12:58:52

Why is there an extra space at the bottom of the list?

5b45d42f55597902441541.png

.currList {
    max-height: 100%;
    height: 100%;
    max-width: 300px;
    list-style-type: none;
    overflow-y: auto;
    margin-right: 50px;
    background: #f3f3f3;
    padding: 20px;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
php_raper, 2018-07-12
@php_raper

In your screenshot, the last element of the list is not visible.
Html output through for? Or is it a static layout?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question