Commit 41c8a17f authored by Paul Slaughter's avatar Paul Slaughter

Fix overflow in IDE right pane

parent 6959f7c4
......@@ -116,7 +116,7 @@ export default {
v-for="tabView in aliveTabViews"
v-show="isActiveView(tabView.name)"
:key="tabView.name"
class="flex-fill js-tab-view"
class="flex-fill gl-overflow-hidden js-tab-view"
>
<component :is="tabView.component" />
</div>
......
---
title: Fix no scroll when overflow in IDE right pane
merge_request: 31961
author:
type: fixed
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