navbar en iframe ok

This commit is contained in:
ethylotest
2021-03-22 14:48:17 +01:00
parent b81b2a0023
commit 13f2418356
12 changed files with 120 additions and 239 deletions

4
styles/skeleton.css vendored
View File

@@ -21,6 +21,10 @@ nav {
height: var(--nav-height);
background-color: var(--color-back-base);
z-index: 10;
border-bottom: 1px solid var(--color-lines-4);
}
nav iframe {
width: 100%;
}
.container_main {
flex-direction: row;