Tables: Updated selection style to avoid scroll overflow

Fixes #4844
This commit is contained in:
Dan Brown 2024-02-15 14:40:27 +00:00
parent cafea1c02d
commit 3fdee6a93b
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -110,6 +110,16 @@ body.page-content.mce-content-body {
float: none !important;
}
.page-content.mce-content-body td[data-mce-selected]::after,
.page-content.mce-content-body th[data-mce-selected]::after {
top: 1px;
left: 1px;
bottom: 1px;
right: 1px;
outline: 1px dashed #1a85ff;
outline-offset: 0;
}
/**
* Dark Mode Overrides
*/