We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a447fa commit 29e81b1Copy full SHA for 29e81b1
src/components/tabs/themes/tab.base.scss
@@ -70,12 +70,12 @@
70
display: none;
71
position: sticky;
72
inset-inline-start: 0;
73
- width: var(--tabs-width);
+ width: 100%;
74
+ height: 100%;
75
grid-row: 3;
76
grid-column: 1 / -1;
77
max-width: var(--_ig-tabs-width);
78
transition: transform 250ms ease-in-out;
- height: 100%;
79
}
80
81
:host([selected]) {
src/components/tabs/themes/tabs.base.scss
@@ -4,9 +4,7 @@
4
@use 'sass:map';
5
6
:host {
7
- // Scroll buttons
8
--scroll-btn-size: #{rem(48px)};
9
- --tabs-width: 100%;
10
--tab-max-width: #{rem(360px)};
11
--tab-min-width: #{rem(90px)};
12
--_border-size: #{rem(1px)};
0 commit comments