summaryrefslogtreecommitdiff
path: root/src/assets/styles
diff options
context:
space:
mode:
authorMateusz Gapski <mateuszx.gapski@intel.com>2020-09-10 13:07:45 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-16 17:37:36 +0300
commit1d2da29ea75951ee3f1ae08a25f9c5241eb89ad0 (patch)
tree9989c0c16017cd4ba49af7701e5f33fad38ca664 /src/assets/styles
parentd329ec84b105c55abafc53db061bbfc57494c582 (diff)
downloadwebui-vue-1d2da29ea75951ee3f1ae08a25f9c5241eb89ad0.tar.xz
Remove not needed scroll on sensor page
Details: https://github.com/openbmc/webui-vue/issues/17 Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I5c76219db954470dc72231e51ea0f202016d6816
Diffstat (limited to 'src/assets/styles')
-rw-r--r--src/assets/styles/bmc/custom/_tables.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss
index 52bdcff2..e754520b 100644
--- a/src/assets/styles/bmc/custom/_tables.scss
+++ b/src/assets/styles/bmc/custom/_tables.scss
@@ -60,4 +60,9 @@
fill: theme-color("dark");
}
}
-} \ No newline at end of file
+}
+
+.b-table-sticky-header td {
+ border-top: none;
+}
+