fix for the overflow main content
This commit is contained in:
parent
d3463de137
commit
70ddda3103
@ -6,6 +6,8 @@
|
|||||||
margin-left: auto; margin-right: auto;
|
margin-left: auto; margin-right: auto;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-sidebar {
|
.left-sidebar {
|
||||||
@ -18,6 +20,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: scroll;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
flex: 5;
|
flex: 5;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
@ -31,5 +35,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
margin: 5px
|
margin: 5px;
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user