mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 00:48:36 +00:00
fixed lineage full screen (#20661)
This commit is contained in:
parent
4a407f6d0d
commit
03cc7daa48
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user