mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
Remove horizontal scroll on ln dashboad
This commit is contained in:
parent
f96b7e7004
commit
e0d189b70a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget {
|
.widget {
|
||||||
width: 100vw;
|
width: 99vw;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
-webkit-mask: linear-gradient(0deg, #11131f00 5%, #11131fff 25%);
|
-webkit-mask: linear-gradient(0deg, #11131f00 5%, #11131fff 25%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue