diff --git a/src/app.css b/src/app.css index 47d085f..8ef8bb5 100644 --- a/src/app.css +++ b/src/app.css @@ -106,6 +106,10 @@ body { z-index: 100; } +[data-theme="glassy"] .btn-clear { + z-index: 100; +} + [data-theme="glassy"] tr.pinned, [data-theme="glassy"] tr:hover { background: rgba(24, 24, 37, 0.3) !important; @@ -118,4 +122,4 @@ body { [data-theme="glassy"] td { border-bottom: 1px solid rgba(232, 232, 232, 0.1) !important; background: rgba(24, 24, 37, 0.2) !important; -} +} \ No newline at end of file