File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const App: Component = () => {
54
54
< Tab > Main</ Tab >
55
55
< Tab > Info</ Tab >
56
56
</ TabList >
57
- < TabPanel flexGrow = "1" >
57
+ < TabPanel flexGrow = "1" maxHeight = "calc(100vh - 40px)" >
58
58
< AppRoutes />
59
59
</ TabPanel >
60
60
< TabPanel >
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ const Main: Component = () => {
42
42
} }
43
43
/>
44
44
</ Flex >
45
- < Box >
46
- < Flex flexWrap = "wrap" gap = "$5" >
45
+ < Box overflow = "auto" >
46
+ < Flex flexWrap = "wrap" gap = "$5" justifyContent = "center" >
47
47
< For each = { instances ( ) } >
48
48
{ ( instance : InstanceData ) => (
49
49
< Instance instance = { instance } setSearch = { setSearchAndOpen } />
@@ -53,7 +53,7 @@ const Main: Component = () => {
53
53
</ Box >
54
54
</ Flex >
55
55
< Box >
56
- < Box position = "sticky" top = "20px" >
56
+ < Box >
57
57
< Heading level = "1" mb = "1" > Messages</ Heading >
58
58
< Sidebar search = { search } setSearch = { setSearchAndOpen } />
59
59
</ Box >
Original file line number Diff line number Diff line change 14
14
}
15
15
.splitview-container__left {
16
16
width : 60% ;
17
+ min-width : 440px ;
17
18
display : flex;
18
19
overflow : none;
19
20
padding : 5px ;
You can’t perform that action at this time.
0 commit comments