diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 7429523..acc7ea2 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -537,11 +537,13 @@ button svg { button.next { right: 0; cursor: url(img/r.png)64 32, pointer; + z-index: 4; } button.previous { left: 0; cursor: url(img/l.png) 0 32, pointer; + z-index: 4; } .desktop button.previous:hover svg, @@ -555,7 +557,8 @@ button.previous { transform: scale(0.1); } -.cell { +.cell, +.cell iframe { width: 100vw; height: 100%; /*THIS SHOULD BE DYNAMIC*/ @@ -744,7 +747,7 @@ ul li { padding: 3px 0 2px 0; font-weight: 600; } - iframe.cell { + .cell iframe { pointer-events: none; } .five span.description { |
