From 58319a61140170ae40dd64b8f75e7fe23de32d64 Mon Sep 17 00:00:00 2001 From: Alex Barkell Date: Mon, 17 Jan 2022 11:31:08 -0500 Subject: [PATCH] add position relative to data table --- src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.scss b/src/index.scss index 90d5a515..a3f5c635 100644 --- a/src/index.scss +++ b/src/index.scss @@ -23,6 +23,7 @@ .spatial-data-table { height: 650px; overflow: auto; + position: relative; } .spatial-data-table thead th {