mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
- Tweaks to image CSS to allow context click access. Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
194060f30a
commit
e288fdffea
@ -68,15 +68,23 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
&__background-image {
|
||||
// Actually does the image display
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
&__image {
|
||||
// Present to allow Save As... image
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
visibility: hidden;
|
||||
display: contents;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&__image-save-proxy {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user