File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
sequence/sequence-navigation Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const SidebarBase = ({
41
41
42
42
return (
43
43
< section
44
- className = { classNames ( 'ml-0 ml-lg-4 h-auto align-top' , {
44
+ className = { classNames ( 'ml-0 ml-lg-4 h-auto align-top zindex-0 ' , {
45
45
'min-vh-100' : ! shouldDisplayFullScreen && allowFullHeight ,
46
46
'bg-white m-0 border-0 fixed-top vh-100 rounded-0' : shouldDisplayFullScreen ,
47
47
'd-none' : currentSidebar !== sidebarId ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const SequenceNavigationTabs = ({
23
23
< div
24
24
ref = { containerRef }
25
25
className = { classNames ( 'sequence-navigation-tabs-container' , {
26
- 'navigation-tab-width' : isOnXLDesktop && shouldDisplayDropdown ,
26
+ 'navigation-tab-width' : isOnXLDesktop ,
27
27
} ) }
28
28
>
29
29
< div
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const SidebarBase = ({
36
36
37
37
return (
38
38
< section
39
- className = { classNames ( 'ml-0 ml-lg-4 border border-light-400 rounded-sm h-auto align-top' , {
39
+ className = { classNames ( 'ml-0 ml-lg-4 border border-light-400 rounded-sm h-auto align-top zindex-0 ' , {
40
40
'bg-white m-0 border-0 fixed-top vh-100 rounded-0' : shouldDisplayFullScreen ,
41
41
'min-vh-100' : ! shouldDisplayFullScreen ,
42
42
'd-none' : currentSidebar !== sidebarId ,
Original file line number Diff line number Diff line change 174
174
}
175
175
176
176
.navigation-tab-width {
177
- max-width : 30 rem ;
177
+ max-width : 46 rem ;
178
178
}
179
179
180
180
.sequence-navigation-dropdown {
You can’t perform that action at this time.
0 commit comments