diff --git a/web/css/app.less b/web/css/app.less index 6905e9ee..e3dd3190 100644 --- a/web/css/app.less +++ b/web/css/app.less @@ -23,6 +23,7 @@ html, body { font-size: 16px; padding: 8px 0 0 10px; cursor: alias; + white-space: nowrap; } .logo sup { @@ -298,6 +299,12 @@ html, body { pointer-events: none; } +#viewer-container{ + canvas:focus-visible, canvas:focus, canvas:focus-within { + outline-width: 0; + } +} + #top-toolbar:empty { height: 40px; }