Commit bb7df266 authored by David O'Regan's avatar David O'Regan

Merge branch 'psi-board-scroll' into 'master'

Restore missing scrollbar on boards

See merge request gitlab-org/gitlab!54634
parents 410a31b2 718dd977
......@@ -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