mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Fixed pages table loading. Fixed z-indexes.
This commit is contained in:
parent
91100393eb
commit
14802afe8b
15 changed files with 15 additions and 140 deletions
|
|
@ -8,7 +8,7 @@ export default function PagesTable({ websiteId, showFilters, ...props }) {
|
|||
const {
|
||||
router,
|
||||
resolveUrl,
|
||||
query: { view },
|
||||
query: { view = 'url' },
|
||||
} = usePageQuery();
|
||||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
min-height: 90px;
|
||||
margin-bottom: 20px;
|
||||
background: var(--base50);
|
||||
z-index: var(--z-index300);
|
||||
z-index: var(--z-index-above);
|
||||
}
|
||||
|
||||
.sticky {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue