1
1

improve scroll bar appearance for graph

This commit is contained in:
2020-03-03 17:02:58 +01:00
parent 0f37a54469
commit 619b2b3aad

View File

@@ -161,8 +161,8 @@ tr:hover {
display: flex;
flex-direction: row;
align-items: end;
padding-bottom: 6px;
overflow-x: scroll;
padding-bottom: 4px;
overflow-x: auto;
transition: opacity 100ms;
}