Commit 718dd977 authored by Simon Knox's avatar Simon Knox Committed by David O'Regan

Restore missing scrollbar on boards

parent 61a32e5e
......@@ -280,7 +280,7 @@ module ApplicationHelper
def page_class
class_names = []
class_names << 'issue-boards-page gl-overflow-hidden' if current_controller?(:boards)
class_names << 'issue-boards-page gl-overflow-auto' if current_controller?(:boards)
class_names << 'environment-logs-page' if current_controller?(:logs)
class_names << 'with-performance-bar' if performance_bar_enabled?
class_names << system_message_class
......
---
title: Restore missing horizontal scrollbar on issue boards
merge_request: 54634
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