Skip to content

Commit b1bfc31

Browse files
committed
v0.4.0 - PixelMap
1 parent a9d2aef commit b1bfc31

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

839 KB
Loading

channelmap_generator/JOSS_paper/paper.md

Whitespace-only changes.

channelmap_generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
from .backend import *
99

10-
__version__ = "0.3.13"
10+
__version__ = "0.4.0"
1111
__author__ = "Maxime Beau"
1212
__email__ = "maxime@princeton.edu"

channelmap_generator/gui/gui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,12 +1074,12 @@ def create_layout(self):
10741074
"""),
10751075

10761076
styles={
1077-
"position": "fixed",
1077+
"position": "sticky",
10781078
"top": "0px",
1079-
"right": "0px",
10801079
"height": "100vh",
10811080
"overflow-y": "auto",
1082-
"z-index": "1000",
1081+
"background": "white",
1082+
"border-left": "1px solid #ddd",
10831083
},
10841084
width=350,
10851085
scroll=False,

0 commit comments

Comments
 (0)