Fix borders around JS Sidebar (doc container etc)

- Fix Borders
  - Make sure the borders that divide the document container and its
	surroundings are always visible at all times not matter what is open
	(sidebar) or what is visible (status bar, ruler)

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Idea765f4438981af66bb760f25f7c553be7da728
This commit is contained in:
Pedro Pinto Silva 2021-07-21 12:27:28 +02:00 committed by pedropintosilva
parent 5542a85aec
commit a6ebc1e570
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,6 @@
width: 1px;
}
#document-container {
border-top: 1px solid var(--gray-color);
background: #DFDFDF;
position: relative;
margin: 0;

View file

@ -7,6 +7,7 @@
z-index: 999;
overflow: visible !important;
background-color: white;
border-bottom: 1px solid var(--gray-color);
}
#toolbar-down {