[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetScrollbarsHiddenRequest](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.md) > [hidden](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.hidden.md) ## Protocol.Emulation.SetScrollbarsHiddenRequest.hidden property Whether scrollbars should be always hidden. Signature: ```typescript hidden: boolean; ```