Commit 9cb8973a authored by John Lee's avatar John Lee Committed by Commit Bot

WebUI Tab Strip: Show scrollbar

Bug: 1028253
Change-Id: Ia92c155d22f7f1d7e0692b7baea50d84146a70a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935127
Commit-Queue: John Lee <johntlee@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718958}
parent f04be466
......@@ -22,13 +22,10 @@
body {
background: var(--tabstrip-background-color);
margin: 0;
overflow: overlay hidden;
padding: 0;
touch-action: pan-x;
}
::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment