mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 14:12:43 +00:00
quickfix
This commit is contained in:
@@ -244,7 +244,8 @@
|
|||||||
top: 28px;
|
top: 28px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
width: fit-content;
|
width: max-content;
|
||||||
|
min-width:100%;
|
||||||
max-height: calc(100vh - 28px);
|
max-height: calc(100vh - 28px);
|
||||||
overflow: hidden auto;
|
overflow: hidden auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -256,7 +257,6 @@
|
|||||||
justify-content : space-between;
|
justify-content : space-between;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
text-wrap : nowrap;
|
|
||||||
border : 1px solid #888888;
|
border : 1px solid #888888;
|
||||||
border-bottom : 0;
|
border-bottom : 0;
|
||||||
animation-name : glideDropDown;
|
animation-name : glideDropDown;
|
||||||
|
|||||||
Reference in New Issue
Block a user