diff options
Diffstat (limited to 'diplomacy/web')
-rw-r--r-- | diplomacy/web/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/diplomacy/web/src/index.css b/diplomacy/web/src/index.css index 8b14a97..77b5512 100644 --- a/diplomacy/web/src/index.css +++ b/diplomacy/web/src/index.css @@ -1,6 +1,10 @@ /** Bootstrap. **/ /** Common. **/ +body { + overflow-y: scroll; +} + span.dropdown-item { cursor: pointer; } |