1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-28 10:03:42 +02:00

[#18] fix sidebar overlay issue

This commit is contained in:
Gani Georgiev 2022-07-08 13:09:00 +03:00
parent 9e1cfb08d1
commit daa2ceeec6

View File

@ -129,6 +129,7 @@
// -------------------------------------------------------------------
.page-sidebar {
z-index: 0;
display: flex;
flex-direction: column;
width: var(--pageSidebarWidth);