mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
HIMA-701 display more result in filters dropdown
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user