set display none only to routes

This commit is contained in:
NikolaBorislavovHristov 2019-01-27 20:13:41 +02:00
parent beb9c57e33
commit ed6b8bb302

View file

@ -90,13 +90,13 @@ html, body, :global(#app) {
&.route {
background-color: var(--color-background);
}
&:not(:last-child) {
display: none;
}
}
}
}
::-webkit-scrollbar {
width: var(--scroll-bar-width);