Skip to content
Snippets Groups Projects
Commit 1093bbf2 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3122 OZG-3300 Width shrinks with windows size

parent 60c2e67b
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ input { ...@@ -40,6 +40,7 @@ input {
.search-field { .search-field {
border-radius: 20px; border-radius: 20px;
width: calc(600px - (800px - 100vw));
max-width: 600px; max-width: 600px;
display: flex; display: flex;
margin-left: 16px; margin-left: 16px;
...@@ -88,6 +89,8 @@ input { ...@@ -88,6 +89,8 @@ input {
.mat-autocomplete-panel.vorgang-search { .mat-autocomplete-panel.vorgang-search {
max-height: calc(100vh - $header-height); max-height: calc(100vh - $header-height);
max-width: 600px;
width: calc(600px - (800px - 100vw));
height: auto; height: auto;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
position: relative; position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment