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; display: flex;
flex-direction: row; flex-direction: row;
align-items: end; align-items: end;
padding-bottom: 6px; padding-bottom: 4px;
overflow-x: scroll; overflow-x: auto;
transition: opacity 100ms; transition: opacity 100ms;
} }