Want scrollbar to appear in element?

By xngo on February 22, 2019

Want scrollbar to appear in element? Add flex="1" style="overflow:auto" to any element.

Here is an example:

<vbox id="browser-bottombox">
  <hbox flex="1" style="overflow:auto" insertbefore="status-bar"/>
</vbox>

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.