Update pages/type_text.py
Browse files- 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:
|