Remove horizontal scroll on ln dashboad

This commit is contained in:
nymkappa
2022-07-23 16:14:32 +02:00
parent f96b7e7004
commit e0d189b70a

View File

@@ -20,7 +20,7 @@
}
.widget {
width: 100vw;
width: 99vw;
height: 250px;
-webkit-mask: linear-gradient(0deg, #11131f00 5%, #11131fff 25%);
}