mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Fix overlap of side widgets on sticky record header
This commit is contained in:
parent
9e92589375
commit
82f72b75cb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
.record-view-position-sticky {
|
.record-view-position-sticky {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 3em;
|
top: 3em;
|
||||||
z-index: 11;
|
z-index: 500;
|
||||||
min-height: 47px
|
min-height: 47px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue