HIMA-701 display more result in filters dropdown

This commit is contained in:
Adrian Toczydlowski
2020-01-29 11:23:30 +01:00
parent 2f290c2e38
commit d1ddc212b8
2 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"window.zoomLevel": 1,
"editor.formatOnSave": true,
"typescriptHero.imports.insertSemicolons": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",

View File

@@ -1,5 +1,5 @@
$device-height: 375px;
$tablet-height: 286px;
$device-height: 500px;
$tablet-height: 317px;
.remission-filter-item {
position: relative;
@@ -39,10 +39,10 @@ $tablet-height: 286px;
width: 307px;
overflow: hidden;
z-index: 10;
max-height: $device-height;
@media (min-width: 768px) and (max-width: 1024px) {
max-height: $tablet-height;
}
//max-height: $device-height;
// @media (min-width: 768px) and (max-width: 1024px) {
// max-height: $tablet-height;
// }
&__container {
max-height: calc(#{$device-height} - 58px);
overflow: scroll;