.bottomBar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; } [data-mantine-color-scheme="light"] .bottomBar { border-top: 1px solid var(--mantine-color-gray-3); } [data-mantine-color-scheme="dark"] .bottomBar { border-top: 1px solid var(--mantine-color-dark-5); }