mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 06:37:32 +08:00
Merge pull request #6250 from lasniscinote/gl_SCI_9226
Fixed breaking table in shared view [SCI-9226]
This commit is contained in:
commit
825f0e839f
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ label {
|
||||||
*/
|
*/
|
||||||
.hot-table-container {
|
.hot-table-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow: auto;
|
||||||
.ht_master .wtHolder {
|
.ht_master .wtHolder {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
|
Loading…
Reference in a new issue