changed the way tab-switcher works to avoid removing/adding nodes since that

seems to cause issues, instead hiding nodes with css.
This commit is contained in:
Henry Jameson 2018-11-21 07:38:00 +03:00
parent 50562eb6b7
commit acf414e451
2 changed files with 15 additions and 9 deletions

View file

@ -1,6 +1,11 @@
@import '../../_variables.scss';
.tab-switcher {
.contents {
.hidden {
display: none;
}
}
.tabs {
display: flex;
position: relative;