diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 14da047eb..354f8dba9 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -23,7 +23,6 @@ width: 1px; } #document-container { - border-top: 1px solid var(--gray-color); background: #DFDFDF; position: relative; margin: 0; diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 3340e3b05..0e73341d3 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -7,6 +7,7 @@ z-index: 999; overflow: visible !important; background-color: white; + border-bottom: 1px solid var(--gray-color); } #toolbar-down {