Hiding horizontal scrollbar

This commit is contained in:
Jeffrey Morgan 2015-02-17 16:14:43 -08:00
parent 61944b7a2c
commit e8f62ab4d3
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ sudo rm -f /usr/local/bin/boot2docker
rm -rf ~/Library/Application\ Support/Kitematic/
rm -rf ~/.boot2docker
rm -rf ~/VirtualBox\ VMs/boot2docker-vm
rm -rf ~/Library/VirtualBox/
pkill VBox
pkill VirtualBox
$DIR/VirtualBox_Uninstall.tool

View File

@ -829,6 +829,7 @@
white-space: pre;
.logs {
overflow: auto;
overflow-x: hidden;
height: 100%;
}
p {