Skip to content

Commit

Permalink
remove(App): unnecessary declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jan 15, 2025
1 parent 8c1b6fc commit 6f2deb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ svg {
html {
width: @html-width;
height: @html-height;
min-width: 100%; // Fallback for older browsers
min-height: 100%; // Fallback for older browsers
font-family: 'PlusJakartaSans', 'sans-serif';
overflow: auto;
overscroll-behavior: none;
Expand All @@ -164,15 +162,13 @@ html {
body {
width: 100%;
height: 100%;
min-height: 100%;
background: linear-gradient(41deg, var(--primary-background-color) 0%, var(--secondary-background-color) 100%);

:global(#app) {
position: relative;
z-index: 0;
width: 100%;
height: 100%;
min-height: 100%;

.toasts-container {
position: absolute;
Expand Down

0 comments on commit 6f2deb1

Please sign in to comment.