georad commited on
Commit
ae110cf
·
verified ·
1 Parent(s): 09a0730

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +2 -1
pages/type_text.py CHANGED
@@ -29,7 +29,8 @@ scroll_navbar(
29
  anchor_ids,
30
  key = "navbar2",
31
  anchor_icons=anchor_icons,
32
- orientation="horizontal")
 
33
 
34
  # Dummy page setup
35
  for anchor_id in anchor_ids:
 
29
  anchor_ids,
30
  key = "navbar2",
31
  anchor_icons=anchor_icons,
32
+ orientation="horizontal",
33
+ disable_scroll=True)
34
 
35
  # Dummy page setup
36
  for anchor_id in anchor_ids: