minor chromium fix

This commit is contained in:
Pagwin 2024-12-31 03:04:37 -05:00
parent bdcd8d2ffa
commit 344ca7cf34
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -204,7 +204,11 @@ pre {
* previously a cludge of 75 em this is now a cludge of 2 different vendor extensions
*
* */
overflow:scroll;
/*
* need to may y axis scroll hidden for chromium
* */
overflow:scroll hidden;
/*background: #444;*/
border-radius: 0.5rem;
/*border: 0.2em solid red;*/