mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
fixed issue #261 (scroll overflow)
This commit is contained in:
parent
58b930cefa
commit
18d1aacc71
@ -17,6 +17,7 @@ body,th,td {
|
|||||||
/*min-width: 370px;*/
|
/*min-width: 370px;*/
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
/*form#settingsForm {*/
|
/*form#settingsForm {*/
|
||||||
/*width: 100% auto;*/
|
/*width: 100% auto;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user