diff --git a/public/userarea/imported.php b/public/userarea/imported.php index 4475627..0b9b6f8 100644 --- a/public/userarea/imported.php +++ b/public/userarea/imported.php @@ -463,6 +463,21 @@ $gridMeta = [ position: relative; } + .top-scrollbar { + overflow-x: auto; + overflow-y: hidden; + width: 100%; + height: 18px; + margin-bottom: 8px; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + background: #f8f9fa; + } + + .top-scrollbar-inner { + height: 1px; + } + .grid-row { display: flex; align-items: center; @@ -1239,7 +1254,11 @@ $gridMeta = [