N°2847 - Tab container: Fix some issues

- Fix extra tabs list being behind the tab content
- Sanitize tab ID in the HTML
This commit is contained in:
Molkobain
2020-10-05 11:00:51 +02:00
parent aa38be4578
commit 79514358db
2 changed files with 6 additions and 5 deletions

View File

@@ -82,6 +82,7 @@ $ibo-tab-container--extra-tab-toggler--background-color--on-hover: $ibo-color-gr
}
.ibo-tab-container--extra-tabs-list{
position: absolute;
z-index: 1;
top: calc(100% + 6px);
right: 12px;
max-height: $ibo-tab-container--extra-tabs-list--max-height;