diff options
author | LarsVomMars | 2021-01-27 22:16:22 +0100 |
---|---|---|
committer | LarsVomMars | 2021-01-27 22:16:22 +0100 |
commit | 0c45adc72d0f5c276509f2a6c5971be5dc7679aa (patch) | |
tree | f565675db700190f239caf4e58bf01620cb4faf4 /profile/public/style.css | |
parent | ed758229f14b2b609158357ed30527c0213d8fa7 (diff) |
Hm
Diffstat (limited to 'profile/public/style.css')
-rw-r--r-- | profile/public/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/public/style.css b/profile/public/style.css index 106e590..a30e7ef 100644 --- a/profile/public/style.css +++ b/profile/public/style.css @@ -132,3 +132,9 @@ img { height: 80%; margin-bottom: 12px; } + +.popup { + z-index: 10; + position: absolute; + display: none; +}
\ No newline at end of file |