Skip to content
Snippets Groups Projects
Commit f03ceaaf authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: vertical scroll of atlas selector

parent bf37ceae
No related branches found
No related tags found
No related merge requests found
# v2.4.2
## Bugfixes
- fix template/parcellation selector vertical scroll on small devices
......@@ -40,6 +40,7 @@ pages:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.4.2: 'releases/v2.4.2.md'
- v2.4.1: 'releases/v2.4.1.md'
- v2.4.0: 'releases/v2.4.0.md'
- v2.3.11: 'releases/v2.3.11.md'
......
......@@ -38,6 +38,8 @@
.selector-container
{
overflow-y:scroll;
max-height: 80vh;
width: 21rem;
bottom: 4rem;
z-index: 5;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment