Commit 87c7db6b authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix offset and height problems

parent 0a46dd31
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ body {
}

aside {
    height: 100vh;
    padding: 15px 20px;
    background-color: #334859;
    display: grid;
@@ -33,6 +32,10 @@ aside i {
    font-size: 32px;
}

aside section.end > a:last-child, aside section.end i:last-child {
    margin-bottom: 0;
}

body.dialog-shown {
    overflow: hidden;
}