html {
    overflow-y: auto !important;
}

#app {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}

main {
    min-height: 100vh;
}

.api-description table td,
.api-description table th {
    padding: 5px;
}
