fix tab menu overlapping
Browse files
style.css
CHANGED
@@ -10,18 +10,10 @@
|
|
10 |
}
|
11 |
#group-subtabs {
|
12 |
/* display: block; */
|
13 |
-
width: 100%; /* Ensures the parent uses the full width */
|
14 |
position : sticky;
|
15 |
}
|
16 |
|
17 |
-
#group-subtabs .tab-container {
|
18 |
-
display: flex;
|
19 |
-
text-align: center;
|
20 |
-
width: 100%; /* Ensures the tabs span the full width */
|
21 |
-
}
|
22 |
|
23 |
-
#group-subtabs .tab-container button {
|
24 |
-
flex: 1; /* Makes each button take equal width */
|
25 |
}
|
26 |
|
27 |
|
|
|
10 |
}
|
11 |
#group-subtabs {
|
12 |
/* display: block; */
|
|
|
13 |
position : sticky;
|
14 |
}
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
|
|
|
|
|
17 |
}
|
18 |
|
19 |
|