mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
chore(ui): remove fixed collection height for list view
This commit is contained in:
@@ -27,7 +27,7 @@ export const useStyles_CollectionView = makeStyles({
|
|||||||
},
|
},
|
||||||
verticalRoot:
|
verticalRoot:
|
||||||
{
|
{
|
||||||
height: "560px"
|
maxHeight: "560px"
|
||||||
},
|
},
|
||||||
empty:
|
empty:
|
||||||
{
|
{
|
||||||
@@ -84,11 +84,15 @@ export const useStyles_CollectionView = makeStyles({
|
|||||||
"& > div":
|
"& > div":
|
||||||
{
|
{
|
||||||
pointerEvents: "none"
|
pointerEvents: "none"
|
||||||
}
|
},
|
||||||
|
height: "54px",
|
||||||
|
overflow: "hidden"
|
||||||
},
|
},
|
||||||
sorting:
|
sorting:
|
||||||
{
|
{
|
||||||
pointerEvents: "none"
|
pointerEvents: "none",
|
||||||
|
height: "54px",
|
||||||
|
overflow: "hidden"
|
||||||
},
|
},
|
||||||
dragging:
|
dragging:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user