diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-31 18:23:44 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-31 18:23:44 -0500 |
commit | 3a83796f91614e60747c3120e5ec5de9341c7289 (patch) | |
tree | 30d81de547f0b54f5af106b10014fef8654ae154 /youtube/static/watch.css | |
parent | 48e7cdd9a4c32621d6b51e9d3232befe0ecd5e6e (diff) | |
download | yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.tar.lz yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.tar.xz yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.zip |
General theme: remove unnecessary z-index property
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r-- | youtube/static/watch.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 3f1b7cf..6d107a9 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -431,7 +431,6 @@ label[for=options-toggle-cbox] { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; |