Commit 0b5bd20a authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'new-navigation-issue-boards-focus-mode' into 'master'

Fixed issue boards focus mode when new navigation is turned on

Closes gitlab-ce#35449

See merge request !2502
parents 55f5f936 70fe64a1
......@@ -33,7 +33,7 @@ $(() => {
const $boardApp = document.getElementById('board-app');
const Store = gl.issueBoards.BoardsStore;
const ModalStore = gl.issueBoards.ModalStore;
const issueBoardsContent = document.querySelector('.js-focus-mode-board');
const issueBoardsContent = document.querySelector('.content-wrapper > .js-focus-mode-board');
window.gl = window.gl || {};
......
......@@ -73,6 +73,7 @@
width: 100%;
height: 100%;
top: 0;
left: 0;
background: $white-light;
z-index: 500;
......
---
title: Fixed issue boards focus mode when new navigation is turned on
merge_request:
author:
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