mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 17:52:39 -04:00
This gives just enough space for the vertical scrollbar to be shown without adding a horizontal scrollbar.
This commit is contained in:
parent
c2609b239f
commit
0046df4b51
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ textarea, input {
|
||||||
#usersTableWrapper {
|
#usersTableWrapper {
|
||||||
float: right;
|
float: right;
|
||||||
clear: right;
|
clear: right;
|
||||||
width: 100px;
|
width: 101px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue