mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
feat(ImagePreview): Fix Styles
This commit is contained in:
parent
cdb50911c0
commit
0d466d3ec7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
.image-preview {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
pointer-events: auto;
|
||||
border: 2px solid var(--background-secondary);
|
||||
background-color: var(--background-primary);
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in a new issue