mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
AC-963 fixed spinny not aligning with visible viewport, I think.
This commit is contained in:
@@ -148,7 +148,7 @@ textarea {
|
||||
/* Working... spinner */
|
||||
.spinny {
|
||||
display: none;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
|
||||
Reference in New Issue
Block a user