Commit f33f59c1 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'fe-ide-fix-scroll-in-right-pane' into 'master'

Fix overflow in IDE right pane

See merge request gitlab-org/gitlab!31961
parents 955e605f 41c8a17f
......@@ -115,7 +115,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