We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af421e commit 6dbf6baCopy full SHA for 6dbf6ba
1 file changed
public/css/style.css
@@ -1723,9 +1723,9 @@ tbody tr:hover {
1723
bottom: 0;
1724
left: -24px;
1725
right: -24px;
1726
- height: 100px;
1727
- backdrop-filter: blur(6px);
1728
- -webkit-backdrop-filter: blur(6px);
+ height: 140px;
+ backdrop-filter: blur(8px);
+ -webkit-backdrop-filter: blur(8px);
1729
mask-image: linear-gradient(transparent, #000 90%);
1730
-webkit-mask-image: linear-gradient(transparent, #000 90%);
1731
pointer-events: none;
0 commit comments