georad commited on
Commit
a7bb64a
·
verified ·
1 Parent(s): 510c47f

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +1 -1
pages/type_text.py CHANGED
@@ -50,7 +50,7 @@ def scrollToBottom():
50
 
51
  // *** REPLACE THE SELECTOR BELOW with the correct one you found by inspecting your app's HTML ***
52
  // Use document.querySelector('.your-class-name') for a class, or document.getElementById('your-id') for an ID.
53
- const scrollableContainer = document.querySelector('.stVerticalBlock st-emotion-cache-1n76uvr eu6p4el3'); // <--- REPLACE THIS ENTIRE LINE IF USING getElementById
54
  // const scrollableContainer = document.getElementById('stMainBlockContainer'); // <--- REPLACE THIS ENTIRE LINE IF USING querySelector
55
 
56
  if (scrollableContainer) {
 
50
 
51
  // *** REPLACE THE SELECTOR BELOW with the correct one you found by inspecting your app's HTML ***
52
  // Use document.querySelector('.your-class-name') for a class, or document.getElementById('your-id') for an ID.
53
+ const scrollableContainer = document.querySelector('.stMainBlockContainer'); // <--- REPLACE THIS ENTIRE LINE IF USING getElementById
54
  // const scrollableContainer = document.getElementById('stMainBlockContainer'); // <--- REPLACE THIS ENTIRE LINE IF USING querySelector
55
 
56
  if (scrollableContainer) {