css update
This commit is contained in:
@ -219,7 +219,7 @@ body {
|
|||||||
z-index: 3000;
|
z-index: 3000;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 70px;
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='lightweight_charts',
|
name='lightweight_charts',
|
||||||
version='2.0.3',
|
version='2.0.4',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
@ -219,7 +219,7 @@ body {
|
|||||||
z-index: 3000;
|
z-index: 3000;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 70px;
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user