Skip to content

Commit 990026c

Browse files
authored
fix: default icon position and undo notifier z-index (#1248)
1 parent ca992b8 commit 990026c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: packages/uhk-web/src/app/components/side-menu/side-menu.component.scss

-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ ul {
147147
&__fav {
148148
position: absolute;
149149
right: 19px;
150-
top: 3px;
151150
}
152151

153152
&__macro_count {

Diff for: packages/uhk-web/src/app/components/undoable-notifier/undoable-notifier.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:host {
22
position: fixed;
33
right: 1em;
4+
z-index: 100;
45

56
.alert {
67
padding: 5px 10px 5px 5px;

0 commit comments

Comments
 (0)