fixed lineage full screen (#20661)

This commit is contained in:
Dhruv Parmar 2025-04-07 21:29:57 +05:30 committed by GitHub
parent 4a407f6d0d
commit 03cc7daa48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,11 +240,11 @@
}
.full-screen-lineage {
top: -120px;
left: 0;
position: absolute;
width: 100%;
height: 100%;
position: fixed;
top: @om-navbar-height;
left: @sidebar-width;
width: calc(100% - @sidebar-width);
height: calc(100vh - @om-navbar-height);
.lineage-card {
height: calc(100vh - @om-navbar-height);