tabs: render tabs when visible, destroy them when hidden

This commit is contained in:
Nils Schneider 2015-07-07 17:42:41 +02:00
commit e67c61d7d3
3 changed files with 28 additions and 42 deletions

View file

@ -61,14 +61,6 @@ $buttondistance: 12pt;
color: #dc0067;
}
.tab {
display: none;
}
.tab.visible {
display: block;
}
body {
margin: 0;
padding: 0;