diff options
Diffstat (limited to 'spec/index.html')
-rw-r--r-- | spec/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/index.html b/spec/index.html index f7e01ec..a702289 100644 --- a/spec/index.html +++ b/spec/index.html @@ -11,8 +11,8 @@ #drawing { width: 500px; height: 500px; - position: absolute; - z-index: -10; + position: fixed; + z-index: -1; } </style> |