saleor-dashboard/src/index.css
Patryk Andrzejewski 3789f5bb52
New macaw ui (#3069)
Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
Co-authored-by: Michał Droń <dron.official@yahoo.com>
Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
2023-02-20 16:21:28 +01:00

24 lines
370 B
CSS

#portal {
position: fixed;
top: 0;
}
html {
/* set base font size to 13px */
font-size: 50.782% !important;
}
body {
color: var(--mu-colors-foreground-text-neutral-plain) !important;
overscroll-behavior-y: none;
}
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}