diff --git a/darkstat/front/shared.templ b/darkstat/front/shared.templ index 9d2672d7..200d978d 100644 --- a/darkstat/front/shared.templ +++ b/darkstat/front/shared.templ @@ -58,16 +58,25 @@ templ TabContent() { & #table-top { overflow: scroll; height: calc(65vh - 50px) !important; + border-style: solid; + border-width: 2px; + border-color: #D7D7D7; } & #table-bottom { overflow: scroll; height: 35vh; + border-style: solid; + border-width: 2px; + border-color: #D7D7D7; } } & #infocard_view { width: 25%; overflow-y: scroll; height: calc(100vh - 50px) !important; + border-style: solid; + border-width: 2px; + border-color: #D7D7D7; } .sortable {