mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 09:33:47 +00:00
Correctly reset/unset right/bottom
This commit is contained in:
parent
3ba47e6ed4
commit
b8466c0cd7
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ class App extends React.Component {
|
|||
this._webampNode.style.bottom = 0;
|
||||
this._webampNode.style.overflow = "hidden";
|
||||
this.props.browserWindowSizeChanged(Utils.getWindowSize());
|
||||
this._webampNode.style.right = "default";
|
||||
this._webampNode.style.bottom = "default";
|
||||
this._webampNode.style.right = null;
|
||||
this._webampNode.style.bottom = null;
|
||||
this._webampNode.style.overflow = "visible";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue