Code Walkthrough - [pyFinTrader-UI] Challenges with iFrame scrollbars

Опубликовано: 03 Май 2026
на канале: Rohit Dhankar
54
0

Solved by adding Custom CSS for the webkit-scrollbar like so ---

::-webkit-scrollbar-track {background: rgb(3, 243, 151);}
::-webkit-scrollbar-thumb {background:rgb(3, 155, 243);}

This a documentation video - im documenting the challenges am facing with UI/frontEnd for Digital Cognition . As of now unable to get rid of / or modify iFrame scrollbars .