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:
parent
50562eb6b7
commit
acf414e451
2 changed files with 15 additions and 9 deletions
|
@ -1,6 +1,11 @@
|
|||
@import '../../_variables.scss';
|
||||
|
||||
.tab-switcher {
|
||||
.contents {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.tabs {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue