Fix styles

This commit is contained in:
Eugen Rochko 2016-10-12 19:14:47 +02:00
parent 2ddf4e09f9
commit f7f3e6e3be
5 changed files with 7 additions and 7 deletions

View file

@ -77,9 +77,9 @@ table {
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border: 0px none #ffffff;
border-radius: 50px;
border-radius: 0;
background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track:hover {

View file

@ -231,6 +231,7 @@
.columns-area {
margin: 10px;
margin-left: 0;
flex-direction: row;
}
.column {
@ -243,15 +244,19 @@
.column, .drawer {
margin-left: 10px;
flex: 0 0 auto;
overflow: hidden;
}
@media screen and (max-width: 1024px) {
.column, .drawer {
width: 100%;
margin: 0;
flex: 1 1 100%;
}
.columns-area {
margin: 10px;
flex-direction: column;
}
}