Skip to content

Commit

Permalink
Fixed title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Vishnoi authored and Harshit Vishnoi committed Aug 10, 2022
1 parent d292aff commit 7a35767
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floating-window-ui",
"version": "1.3.5",
"version": "1.3.6",
"private": false,
"dependencies": {},
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion src/Window.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ div.window-container > div.title-bar {
display: flex;
flex-direction: row;
cursor: default;
position: fixed;
top: 0;
left: 0;
}

div.window-container > div.title-bar > span.icon {
Expand Down Expand Up @@ -63,5 +66,6 @@ div.window-container
}

div.window-container > div.content {
all: initial
all: initial;
background-color: white;
}

0 comments on commit 7a35767

Please sign in to comment.