Fix overlap of side widgets on sticky record header

This commit is contained in:
Jack Anderson 2024-12-02 10:42:18 +00:00
parent 9e92589375
commit 82f72b75cb

View file

@ -33,7 +33,7 @@
.record-view-position-sticky {
position: sticky;
top: 3em;
z-index: 11;
z-index: 500;
min-height: 47px
}