[FIX] playground: make vertical resize work better

closes #72
This commit is contained in:
Géry Debongnie
2019-05-03 10:30:20 +02:00
parent a25ebb8039
commit 7642ce4e2c
+2 -1
View File
@@ -95,14 +95,15 @@ body {
.tabBar {
color: white;
height: 22px;
width: 170px;
margin-top: -22px;
padding-left: 5px;
user-select: none;
width: 170px;
}
.tabBar.resizeable {
cursor: row-resize;
width: 100%;
}
.tab {