css update

This commit is contained in:
David Brazda
2024-06-10 16:52:51 +02:00
parent c0338229e9
commit 070896e016
3 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ body {
z-index: 3000;
pointer-events: none;
top: 10px;
left: 10px;
left: 70px;
display: none;
flex-direction: column;
}

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='2.0.3',
version='2.0.4',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[

View File

@ -219,7 +219,7 @@ body {
z-index: 3000;
pointer-events: none;
top: 10px;
left: 10px;
left: 70px;
display: none;
flex-direction: column;
}