We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d2aef commit b1bfc31Copy full SHA for b1bfc31
4 files changed
channelmap_generator/JOSS_paper/Figure1.png
839 KB
channelmap_generator/JOSS_paper/paper.md
channelmap_generator/__init__.py
@@ -7,6 +7,6 @@
7
8
from .backend import *
9
10
-__version__ = "0.3.13"
+__version__ = "0.4.0"
11
__author__ = "Maxime Beau"
12
__email__ = "maxime@princeton.edu"
channelmap_generator/gui/gui.py
@@ -1074,12 +1074,12 @@ def create_layout(self):
1074
"""),
1075
1076
styles={
1077
- "position": "fixed",
+ "position": "sticky",
1078
"top": "0px",
1079
- "right": "0px",
1080
"height": "100vh",
1081
"overflow-y": "auto",
1082
- "z-index": "1000",
+ "background": "white",
+ "border-left": "1px solid #ddd",
1083
},
1084
width=350,
1085
scroll=False,
0 commit comments